summaryrefslogtreecommitdiffstats
path: root/conf.d/project/alsa.d/ucm.sample/HiFi.conf
blob: 9a53c8c0e4dfc0a0b2d9123234989043c767a14a (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
SectionVerb {
	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 [
	]
	Value {
                TQ "Music"
		OutputDspName "speaker_eq"
                PlaybackPCM "hw:PCH,0"
	}
}

SectionDevice."Headphone".0 {
	Value {
		JackName "Headphone Jack"
		OutputDspName "Jheadphone"
	}
	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"
	]
}

SectionModifier."RecordMedia".0 {
        SupportedDevice [
                "Headphone"
        ]
        EnableSequence [
                cdev "hw:PCH"
        ]

        DisableSequence [
                cdev "hw:PCH"
        ]

        TransitionSequence."ToModifierName" [
                cdev "hw:PCH"
        ]

        # Optional TQ and ALSA PCMs
        Value {
                TQ Voice
                CapturePCM "hw:1"
                PlaybackVolume "name='Master Playback Volume',index=2"
                PlaybackSwitch "name='Master Playback Switch',index=2"
        }

}