aboutsummaryrefslogtreecommitdiff
path: root/ucm2/codecs/rt5672/DMIC2.conf
blob: 38fe015a9629bef16da433bdac0e2a423d72eb4e (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
25
26
SectionDevice."DigitalMic-DMIC2" {
	Comment "Internal Digital Microphone on DMIC2"

	ConflictingDevice [
		"DigitalMic-DMIC1"
		"HeadsetMic"
	]

	EnableSequence [
		cset "name='Int Mic Switch' on"
		cset "name='Stereo1 DMIC Mux' DMIC2"
		cset "name='Stereo1 ADC 2 Mux' DMIC"
		cset "name='Sto1 ADC MIXL ADC2 Switch' on"
		cset "name='Sto1 ADC MIXR ADC2 Switch' on"
	]

	DisableSequence [
		cset "name='Int Mic Switch' off"
		cset "name='Sto1 ADC MIXL ADC2 Switch' off"
		cset "name='Sto1 ADC MIXR ADC2 Switch' off"
	]

	Value {
		CaptureChannels 2
	}
}