]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-input-mic.conf
alsa: rework mixer logic
[pulseaudio] / src / modules / alsa / mixer / paths / analog-input-mic.conf
1 # For devices where we have a Mic element
2
3 [General]
4 priority = 100
5 name = analog-input-microphone
6
7 [Element Capture]
8 switch = mute
9 volume = merge
10 override-map.1 = all
11 override-map.2 = all-left,all-right
12
13 [Element Mic]
14 required = any
15 switch = mute
16 volume = merge
17 override-map.1 = all
18 override-map.2 = all-left,all-right
19
20 [Element Line]
21 switch = off
22 volume = off
23
24 [Element Aux]
25 switch = off
26 volume = off
27
28 [Element Video]
29 switch = off
30 volume = off
31
32 [Element Mic/Line]
33 switch = off
34 volume = off
35
36 [Element TV Tuner]
37 switch = off
38 volume = off
39
40 [Element FM]
41 switch = off
42 volume = off
43
44 .include analog-input.conf.common
45 .include analog-input-mic.conf.common