]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-output.conf
alsa: cover "Desktop Speaker" mixer elements
[pulseaudio] / src / modules / alsa / mixer / paths / analog-output.conf
1 # This file is part of PulseAudio.
2 #
3 # PulseAudio is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU Lesser General Public License as
5 # published by the Free Software Foundation; either version 2.1 of the
6 # License, or (at your option) any later version.
7 #
8 # PulseAudio is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public License
14 # along with PulseAudio; if not, write to the Free Software Foundation,
15 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
16
17 ; Intended for the 'default' output. Note that a-o-speaker.conf has a
18 ; higher priority than this
19 ;
20 ; See analog-output.conf.common for an explanation on the directives
21
22 [General]
23 priority = 99
24
25 [Element Hardware Master]
26 switch = mute
27 volume = merge
28 override-map.1 = all
29 override-map.2 = all-left,all-right
30
31 [Element Master]
32 switch = mute
33 volume = merge
34 override-map.1 = all
35 override-map.2 = all-left,all-right
36
37 [Element Master Mono]
38 switch = off
39 volume = off
40
41 ; This profile path is intended to control the default output, not the
42 ; headphones. But it should not hurt if we leave the headphone jack
43 ; enabled nonetheless.
44 [Element Headphone]
45 switch = mute
46 volume = zero
47
48 [Element Headphone2]
49 switch = mute
50 volume = zero
51
52 [Element Speaker]
53 switch = mute
54 volume = off
55
56 [Element Desktop Speaker]
57 switch = mute
58 volume = off
59
60 [Element Front]
61 switch = mute
62 volume = merge
63 override-map.1 = all-front
64 override-map.2 = front-left,front-right
65
66 [Element Rear]
67 switch = mute
68 volume = merge
69 override-map.1 = all-rear
70 override-map.2 = rear-left,rear-right
71
72 [Element Surround]
73 switch = mute
74 volume = merge
75 override-map.1 = all-rear
76 override-map.2 = rear-left,rear-right
77
78 [Element Side]
79 switch = mute
80 volume = merge
81 override-map.1 = all-side
82 override-map.2 = side-left,side-right
83
84 [Element Center]
85 switch = mute
86 volume = merge
87 override-map.1 = all-center
88 override-map.2 = all-center,all-center
89
90 [Element LFE]
91 switch = mute
92 volume = merge
93 override-map.1 = lfe
94 override-map.2 = lfe,lfe
95
96 .include analog-output.conf.common