aboutsummaryrefslogtreecommitdiff
path: root/ucm2/codecs/rt5640/DigitalMics.conf
blob: 503c4a9cd7bf9efaca568b84d641c01125ba615e (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."Mic" {
	Comment "Internal Digital Microphones"

	ConflictingDevice [
		"Headset"
	]

	EnableSequence [
		cset "name='Stereo ADC MIXL ADC2 Switch' on"
		cset "name='Stereo ADC MIXR ADC2 Switch' on"
		cset "name='Internal Mic Switch' on"

	]

	DisableSequence [
		cset "name='Stereo ADC MIXL ADC2 Switch' off"
		cset "name='Stereo ADC MIXR ADC2 Switch' off"
		cset "name='Internal Mic Switch' off"

	]

	Value {
		CapturePriority 100
		CapturePCM "hw:${CardId}"
	}
}