aboutsummaryrefslogtreecommitdiff
path: root/ucm2/codecs/es8316/IN2-InternalMic.conf
blob: 8c0418fde5baeca98e6f6b3350ffb9af24b42ae6 (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
SectionDevice."Mic" {
	Comment "Internal Microphone on IN2"

	ConflictingDevice [
		"InternalMic-IN1"
		"HeadsetMic-IN1"
		"HeadsetMic-IN2"
	]

	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},0"
		CaptureChannels 2
	}
}