glk/sof-glkda7219max: Use common da7219 codec init
parent
1328e46bfc
commit
348c198654
|
@ -1,27 +1,3 @@
|
|||
SectionVerb {
|
||||
EnableSequence [
|
||||
cset "name='Playback Digital Volume' 111"
|
||||
cset "name='Playback Digital Switch' 1"
|
||||
cset "name='Out DACL Mux' DAIL"
|
||||
cset "name='Out DACR Mux' DAIR"
|
||||
cset "name='Mixer Out FilterL DACL Switch' 1"
|
||||
cset "name='Mixer Out FilterR DACR Switch' 1"
|
||||
cset "name='ST Mixer Out FilterL Out FilterL Switch' 1"
|
||||
cset "name='ST Mixer Out FilterR Out FilterR Switch' 1"
|
||||
cset "name='Headphone Jack Switch' off"
|
||||
cset "name='Headset Mic Switch' off"
|
||||
cset "name='Mic Volume' 5"
|
||||
cset "name='Capture Digital Volume' 111"
|
||||
cset "name='Capture Digital Switch' 1"
|
||||
cset "name='Mixin Volume' 10"
|
||||
cset "name='Mixin Switch' 1"
|
||||
cset "name='Mixer In Mic Switch' 1"
|
||||
cset "name='Out DAIL Mux' ADC"
|
||||
cset "name='Out DAIR Mux' ADC"
|
||||
cset "name='Gain Ramp Rate' 1"
|
||||
]
|
||||
}
|
||||
|
||||
# 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/da7219/init.conf"
|
||||
|
|
Loading…
Reference in New Issue