aboutsummaryrefslogtreecommitdiff
path: root/ucm2/USB-Audio/Lenovo-ThinkStation-P620-Rear-HiFi.conf
blob: 3ea8391003c3a6febae4e71a0b5e12cc03fc4ff2 (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
27
28
29
SectionDevice."Line" {
	Comment "Line In"

	Value {
		CapturePriority 100
		CapturePCM "hw:${CardId}"
		JackControl "Line - Input Jack"
	}
}

SectionDevice."Mic" {
	Comment "Mic"

	Value {
		CapturePriority 200
		CapturePCM "hw:${CardId},1"
		JackControl "Mic - Input Jack"
	}
}

SectionDevice."Speaker" {
	Comment "Speaker"

	Value {
		PlaybackPriority 100
		PlaybackPCM "hw:${CardId}"
		JackControl "Speaker - Output Jack"
	}
}