aboutsummaryrefslogtreecommitdiff
path: root/ucm2/codecs/rt5682/init.conf
blob: d819febf1e06637efdb7e10a1e04c705e4643449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# RT5682 specific volume control settings
If.RT5682init {
	Condition {
		Type String
		Haystack "${CardComponents}"
		Needle "hs:rt5682"
	}
	True {
		BootSequence [
			cset "name='rt5682 Stereo1 DAC MIXL DAC L1 Switch' 1"
			cset "name='rt5682 Stereo1 DAC MIXR DAC R1 Switch' 1"
			cset "name='rt5682 DAC L Mux' 1"
			cset "name='rt5682 DAC R Mux' 1"
			cset "name='rt5682 IF1 01 ADC Swap Mux' 2"
			cset "name='rt5682 CBJ Boost Volume' 3"
			cset "name='rt5682 Stereo1 ADC L Mux' 0"
			cset "name='rt5682 Stereo1 ADC R Mux' 0"
			cset "name='rt5682 Stereo1 ADC L1 Mux' 1"
			cset "name='rt5682 Stereo1 ADC R1 Mux' 1"
			cset "name='rt5682 Stereo1 ADC MIXL ADC2 Switch' 0"
			cset "name='rt5682 Stereo1 ADC MIXR ADC2 Switch' 0"
		]
	}
}