diff --git a/mt8183/mt8183_da7219_r/HiFi.conf b/mt8183/mt8183_da7219_r/HiFi.conf index f7ac0b0..0f41837 100644 --- a/mt8183/mt8183_da7219_r/HiFi.conf +++ b/mt8183/mt8183_da7219_r/HiFi.conf @@ -1,23 +1,3 @@ -SectionVerb { - EnableSequence [ - # 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" - ] -} - SectionDevice."Speaker" { Comment "Speaker" diff --git a/mt8183/mt8183_da7219_r/mt8183_da7219_rt1015p.conf b/mt8183/mt8183_da7219_r/mt8183_da7219_rt1015p.conf index 2cb6c95..e5fcd78 100644 --- a/mt8183/mt8183_da7219_r/mt8183_da7219_rt1015p.conf +++ b/mt8183/mt8183_da7219_r/mt8183_da7219_rt1015p.conf @@ -4,3 +4,21 @@ 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" +] diff --git a/mt8183/mt8183_mt6358_t/HiFi.conf b/mt8183/mt8183_mt6358_t/HiFi.conf index 396672d..5bea057 100644 --- a/mt8183/mt8183_mt6358_t/HiFi.conf +++ b/mt8183/mt8183_mt6358_t/HiFi.conf @@ -1,28 +1,3 @@ -SectionVerb { - EnableSequence [ - # Speakers - cset "name='I2S3_CH1 DL1_CH1' 1" - cset "name='I2S3_CH2 DL1_CH2' 1" - # Headphones - cset "name='Headphone Volume' 17" - cset "name='ADDA_DL_CH1 DL1_CH1' 0" - cset "name='ADDA_DL_CH2 DL1_CH2' 0" - cset "name='HPL Mux' 0" - cset "name='HPR Mux' 0" - # Internal Mic - cset "name='MTKAIF_DMIC' 1" - cset "name='Mic Type Mux' 2" - cset "name='UL3_CH1 ADDA_UL_CH1' 1" - cset "name='UL3_CH2 ADDA_UL_CH2' 1" - # Headset Mic - cset "name='PGA L Mux' 0" - cset "name='ADC L Mux' 0" - cset "name='Mic Type Mux' 0" - cset "name='PGA Volume' 0" - cset "name='UL3_CH1 ADDA_UL_CH1' 0" - ] -} - SectionDevice."Speaker" { Comment "Speaker" diff --git a/mt8183/mt8183_mt6358_t/mt8183_mt6358_ts3a227_max98357.conf b/mt8183/mt8183_mt6358_t/mt8183_mt6358_ts3a227_max98357.conf index ce8f48d..40dc0b3 100644 --- a/mt8183/mt8183_mt6358_t/mt8183_mt6358_ts3a227_max98357.conf +++ b/mt8183/mt8183_mt6358_t/mt8183_mt6358_ts3a227_max98357.conf @@ -1,8 +1,31 @@ -Comment "Krane internal card" - Syntax 6 SectionUseCase."HiFi" { File "HiFi.conf" Comment "Default" } + +BootSequence [ + # Speakers + cset "name='I2S3_CH1 DL1_CH1' 1" + cset "name='I2S3_CH2 DL1_CH2' 1" + + # Headphones + cset "name='Headphone Volume' 17" + cset "name='ADDA_DL_CH1 DL1_CH1' 0" + cset "name='ADDA_DL_CH2 DL1_CH2' 0" + cset "name='HPL Mux' 0" + cset "name='HPR Mux' 0" + + # Internal Mic + cset "name='MTKAIF_DMIC' 1" + cset "name='Mic Type Mux' 2" + cset "name='UL3_CH1 ADDA_UL_CH1' 1" + cset "name='UL3_CH2 ADDA_UL_CH2' 1" + + # Headset Mic + cset "name='PGA L Mux' 0" + cset "name='ADC L Mux' 0" + cset "name='PGA Volume' 0" + cset "name='UL3_CH1 ADDA_UL_CH1' 0" +]