Merge commit 'origin/master-tx'
[platform/upstream/pulseaudio.git] / src / modules / alsa / mixer / paths / analog-output.conf.common
1 # Common part of all paths
2
3 # [General]
4 # priority = ...
5 # description = ...
6 #
7 # [Option ...:...]
8 # name = ...
9 # priority = ...
10 #
11 # [Element ...]
12 # required = ignore | switch | volume | enumeration | any
13 # required-absent = ignore | switch | volume
14 #
15 # switch = ignore | mute | off | on | select
16 # volume = ignore | merge | off | zero
17 # enumeration = ignore | select
18 #
19 # direction = playback | capture
20 # direction-try-other = no | yes
21 #
22 # override-map.1 = ...
23 # override-map.2 = ...
24
25 [Element PCM]
26 switch = mute
27 volume = merge
28 override-map.1 = all
29 override-map.2 = all-left,all-right
30
31 [Element External Amplifier]
32 switch = select
33
34 [Option External Amplifier:on]
35 name = output-amplifier-on
36 priority = 0
37
38 [Option External Amplifier:off]
39 name = output-amplifier-off
40 priority = 10