ucm2: Intel: avs: Add UCM files for nau8825 configuration
Add configs for devices using nau8825 codec. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/418 Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d881811d99
commit
1892fe49d8
9 changed files with 148 additions and 0 deletions
34
ucm2/Intel/avs/avs_nau8825/Acer-Lars-1.0-HiFi.conf
Normal file
34
ucm2/Intel/avs/avs_nau8825/Acer-Lars-1.0-HiFi.conf
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
SectionDevice."Headphone" {
|
||||
Comment "Headphones"
|
||||
|
||||
Value {
|
||||
PlaybackPCM "hw:${CardId},1"
|
||||
JackControl "Headphone Jack"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cset "name='Headphone Jack Switch' on"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cset "name='Headphone Jack Switch' off"
|
||||
]
|
||||
}
|
||||
|
||||
SectionDevice."Mic" {
|
||||
Comment "Headset Microphone"
|
||||
|
||||
Value {
|
||||
CapturePCM "hw:${CardId},1"
|
||||
CaptureCTL "Mic"
|
||||
JackControl "Headset Mic"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cset "name='Headset Mic Switch' on"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cset "name='Headset Mic Switch' off"
|
||||
]
|
||||
}
|
||||
13
ucm2/Intel/avs/avs_nau8825/Acer-Lars-1.0.conf
Normal file
13
ucm2/Intel/avs/avs_nau8825/Acer-Lars-1.0.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Syntax 6
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
File "/Intel/avs/avs_nau8825/Acer-Lars-1.0-HiFi.conf"
|
||||
Comment "Play HiFi quality Music"
|
||||
}
|
||||
|
||||
BootSequence [
|
||||
cset "name='DAC Oversampling Rate' 128"
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='Mic Volume' 255"
|
||||
cset "name='Frontend PGA Volume' 19"
|
||||
]
|
||||
34
ucm2/Intel/avs/avs_nau8825/Google-Cave-1.0-HiFi.conf
Normal file
34
ucm2/Intel/avs/avs_nau8825/Google-Cave-1.0-HiFi.conf
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
SectionDevice."Headphone" {
|
||||
Comment "Headphones"
|
||||
|
||||
Value {
|
||||
PlaybackPCM "hw:${CardId},1"
|
||||
JackControl "Headphone Jack"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cset "name='Headphone Jack Switch' on"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cset "name='Headphone Jack Switch' off"
|
||||
]
|
||||
}
|
||||
|
||||
SectionDevice."Mic" {
|
||||
Comment "Headset Microphone"
|
||||
|
||||
Value {
|
||||
CapturePCM "hw:${CardId},1"
|
||||
CaptureCTL "Mic"
|
||||
JackControl "Headset Mic"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cset "name='Headset Mic Switch' on"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cset "name='Headset Mic Switch' off"
|
||||
]
|
||||
}
|
||||
13
ucm2/Intel/avs/avs_nau8825/Google-Cave-1.0.conf
Normal file
13
ucm2/Intel/avs/avs_nau8825/Google-Cave-1.0.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Syntax 6
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
File "/Intel/avs/avs_nau8825/Google-Cave-1.0-HiFi.conf"
|
||||
Comment "Play HiFi quality Music"
|
||||
}
|
||||
|
||||
BootSequence [
|
||||
cset "name='DAC Oversampling Rate' 128"
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='Mic Volume' 255"
|
||||
]
|
||||
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
SectionDevice."Headphone" {
|
||||
Comment "Headphones"
|
||||
|
||||
Value {
|
||||
PlaybackPCM "hw:${CardId},1"
|
||||
JackControl "Headphone Jack"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cset "name='Headphone Jack Switch' on"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cset "name='Headphone Jack Switch' off"
|
||||
]
|
||||
}
|
||||
|
||||
SectionDevice."Mic" {
|
||||
Comment "Headset Microphone"
|
||||
|
||||
Value {
|
||||
CapturePCM "hw:${CardId},1"
|
||||
CaptureCTL "Mic"
|
||||
JackControl "Headset Mic"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cset "name='Headset Mic Switch' on"
|
||||
cset "name='BIQ Coefficients' 0,155,0,6,255,102,0,0,255,179,0,0,0,154,0,6,255,179,128,0"
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='BIQ Coefficients' 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
|
||||
]
|
||||
}
|
||||
|
||||
14
ucm2/Intel/avs/avs_nau8825/Hewlett_Packard-Chell-1.0.conf
Normal file
14
ucm2/Intel/avs/avs_nau8825/Hewlett_Packard-Chell-1.0.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Syntax 6
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
File "/Intel/avs/avs_nau8825/Hewlett_Packard-Chell-1.0-HiFi.conf"
|
||||
Comment "Play HiFi quality Music"
|
||||
}
|
||||
|
||||
BootSequence [
|
||||
cset "name='DAC Oversampling Rate' 64"
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='BIQ Path Select' ADC"
|
||||
cset "name='BIQ Coefficients' 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
|
||||
cset "name='Mic Volume' 255"
|
||||
]
|
||||
1
ucm2/conf.d/avs_nau8825/Acer-Lars-1.0.conf
Symbolic link
1
ucm2/conf.d/avs_nau8825/Acer-Lars-1.0.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Intel/avs/avs_nau8825/Acer-Lars-1.0.conf
|
||||
1
ucm2/conf.d/avs_nau8825/Google-Cave-1.0.conf
Symbolic link
1
ucm2/conf.d/avs_nau8825/Google-Cave-1.0.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Intel/avs/avs_nau8825/Google-Cave-1.0.conf
|
||||
1
ucm2/conf.d/avs_nau8825/Hewlett_Packard-Chell-1.0.conf
Symbolic link
1
ucm2/conf.d/avs_nau8825/Hewlett_Packard-Chell-1.0.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Intel/avs/avs_nau8825/Hewlett_Packard-Chell-1.0.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue