cml/sof-cmlda7219max: Use common da7219 codec init

common-codecs
WeirdTreeThing 2023-11-04 10:03:45 -04:00
parent 348c198654
commit 267c054d36
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
2 changed files with 2 additions and 25 deletions

View File

@ -1,28 +1,3 @@
SectionVerb {
EnableSequence [
cset "name='Playback Digital Volume' 111"
cset "name='Playback Digital Switch' on"
cset "name='Out DACL Mux' DAIL"
cset "name='Out DACR Mux' DAIR"
cset "name='Mixer Out FilterL DACL Switch' on"
cset "name='Mixer Out FilterR DACR Switch' on"
cset "name='ST Mixer Out FilterL Out FilterL Switch' on"
cset "name='ST Mixer Out FilterR Out FilterR Switch' on"
cset "name='Headphone Jack Switch' on"
cset "name='Headset Mic Switch' on"
cset "name='Mic Switch' on"
cset "name='Mic Volume' 5"
cset "name='Capture Digital Volume' 111"
cset "name='Capture Digital Switch' on"
cset "name='Mixin Volume' 10"
cset "name='Mixin Switch' on"
cset "name='Mixer In Mic Switch' on"
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"

View File

@ -6,3 +6,5 @@ SectionUseCase."HiFi" {
File "HiFi.conf"
Comment "Default"
}
Include.codec-init.File "/codecs/da7219/init.conf"