1f86677848
Krane doesn't have a headphone jack, which caused audio server issues for me. Add a check to only enable the headphone and headset mic device on non-Krane boards. Also improve the formatting and remove ChromeOS-specifc options. [ci:skip-build]: already built successfully in CI
24 lines
477 B
Text
24 lines
477 B
Text
Syntax 6
|
|
|
|
SectionUseCase."HiFi" {
|
|
File "HiFi.conf"
|
|
Comment "Default"
|
|
}
|
|
|
|
BootSequence [
|
|
# Speaker
|
|
cset "name='I2S3_CH1 DL1_CH1' 1"
|
|
cset "name='I2S3_CH2 DL1_CH2' 1"
|
|
cset "name='Speakers Switch' 1"
|
|
|
|
# Internal Mic
|
|
cset "name='MTKAIF_DMIC' 1"
|
|
cset "name='Mt6358 Mic Type Mux' 2"
|
|
cset "name='UL3_CH1 ADDA_UL_CH1' 1"
|
|
cset "name='UL3_CH2 ADDA_UL_CH2' 1"
|
|
|
|
# Headset
|
|
cset "name='Headphone Volume' 56"
|
|
cset "name='Capture Digital Volume' 113"
|
|
cset "name='Mic Volume' 3"
|
|
]
|