aboutsummaryrefslogtreecommitdiff
path: root/ucm2/codecs/es8316/IN2-InternalMic.conf
blob: f0ff6f183f5ae81b69eac96025fcc05415a54408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SectionDevice."Mic" {
	Comment "Internal Microphone on IN2"

	ConflictingDevice [
		"Headset"
	]

	EnableSequence [
		cset "name='Differential Mux' lin2-rin2"
		cset "name='Internal Mic Switch' on"
	]

	DisableSequence [
		cset "name='Internal Mic Switch' off"
	]

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