*/sof-cs42l42: Use common codec init
parent
534ea69fee
commit
17ddfbf369
|
@ -0,0 +1,8 @@
|
|||
# CS42L42 specific volume control settings
|
||||
|
||||
BootSequence [
|
||||
cset "name='Headphone Jack Switch' off"
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='ADC Volume' 109"
|
||||
cset "name='ADC Boost Switch' on"
|
||||
]
|
|
@ -1,12 +1,3 @@
|
|||
SectionVerb {
|
||||
EnableSequence [
|
||||
cset "name='Headphone Jack Switch' off"
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='ADC Volume' 108"
|
||||
cset "name='ADC Boost Switch' on"
|
||||
]
|
||||
}
|
||||
|
||||
# Split 4ch dmic into 2 virtual 2ch mics
|
||||
Include.pcm_split.File "/common/pcm/split.conf"
|
||||
|
||||
|
|
|
@ -6,3 +6,5 @@ SectionUseCase."HiFi" {
|
|||
File "HiFi.conf"
|
||||
Comment "Default"
|
||||
}
|
||||
|
||||
Include.codec-init.File "/codecs/cs42l42/init.conf"
|
||||
|
|
|
@ -1,12 +1,3 @@
|
|||
SectionVerb {
|
||||
EnableSequence [
|
||||
cset "name='Headphone Jack Switch' off"
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='ADC Volume' 109"
|
||||
cset "name='ADC Boost Switch' on"
|
||||
]
|
||||
}
|
||||
|
||||
SectionDevice."Speaker" {
|
||||
Comment "Speaker"
|
||||
|
||||
|
|
|
@ -6,3 +6,5 @@ SectionUseCase."HiFi" {
|
|||
File "HiFi.conf"
|
||||
Comment "Default"
|
||||
}
|
||||
|
||||
Include.codec-init.File "/codecs/da7219/init.conf"
|
||||
|
|
Loading…
Reference in New Issue