summaryrefslogtreecommitdiff
path: root/ucm-config/wolf/HDA Intel PCH/HiFi.conf
blob: 03f431e56253d00d4ff262bc8665df88c3323330 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
SectionVerb {
	Value {
		OutputDspName "speaker_eq"
	}
	EnableSequence [
		cdev "hw:PCH"

		cset "name='Master Playback Switch' on"
		cset "name='Headphone Playback Switch' off"
		cset "name='Speaker Playback Switch' on"

		cset "name='Capture Switch' on"
		cset "name='Capture Volume' 39"
		cset "name='Mic Boost Volume' 2"
		cset "name='Internal Mic Boost Volume' 0"
		cset "name='Capture Source' 0"
	]
	DisableSequence [
	]
}

SectionDevice."Headphone".0 {
	Value {
		JackName "Headphone Jack"
		DspName ""
	}
	EnableSequence [
		cdev "hw:PCH"

		cset "name='Speaker Playback Switch' off"
		cset "name='Headphone Playback Switch' on"
	]
	DisableSequence [
		cdev "hw:PCH"

		cset "name='Headphone Playback Switch' off"
		cset "name='Speaker Playback Switch' on"
	]
}

SectionDevice."Mic".0 {
	Value {
		JackName "Mic Jack"
	}
	EnableSequence [
		cdev "hw:PCH"

		cset "name='Capture Source' 1"
	]
	DisableSequence [
		cdev "hw:PCH"

		cset "name='Capture Source' 0"
	]
}