blob: 6ae874c2e229a3ae43248e8d9f7b2def3701bcf9 (
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
state.EAC {
control.1 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Capture Switch'
value.0 false
value.1 false
}
control.2 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '6 - 127'
iface MIXER
name 'Capture Volume'
value.0 87
value.1 87
}
control.3 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'PCM Playback Switch'
value.0 true
value.1 true
}
control.4 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 127'
iface MIXER
name 'PCM Playback Volume'
value.0 103
value.1 103
}
control.5 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Line Playback Switch'
value.0 false
value.1 false
}
control.6 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '31 - 127'
iface MIXER
name 'Line Playback Volume'
value.0 103
value.1 103
}
control.7 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '1 - 3'
iface MIXER
name 'Mic Boost'
value 0
}
control.8 {
comment.access 'read write'
comment.type ENUMERATED
comment.count 2
comment.item.0 Mic
comment.item.1 Line
comment.item.2 'Line swapped'
comment.item.3 'Line mono'
iface MIXER
name 'Capture Source'
value.0 Mic
value.1 Mic
}
control.9 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Headset Amplifier'
value false
}
control.10 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Speaker Amplifier'
value true
}
control.11 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Headset Mic Select'
value false
}
}
|