alsa: leave other headphone control enabled if possible
[pulseaudio-mirror.git] / src / modules / alsa / mixer / paths / analog-output.conf
blobb10efc209ea9989fcb5fd2da67429d237357fbee
1 # This file is part of PulseAudio.
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.
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.
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.
17 ; Intended for the 'default' output
19 ; See analog-output.conf.common for an explanation on the directives
21 [General]
22 priority = 100
24 [Element Hardware Master]
25 switch = mute
26 volume = merge
27 override-map.1 = all
28 override-map.2 = all-left,all-right
30 [Element Master]
31 switch = mute
32 volume = merge
33 override-map.1 = all
34 override-map.2 = all-left,all-right
36 [Element Master Mono]
37 switch = off
38 volume = off
40 ; This profile path is intended to control the speaker, not the
41 ; headphones. But it should not hurt if we leave the headphone jack
42 ; enabled nonetheless.
43 [Element Headphone]
44 switch = mute
45 volume = zero
47 [Element Headphone2]
48 switch = mute
49 volume = zero
51 [Element Speaker]
52 switch = mute
53 volume = merge
54 override-map.1 = all
55 override-map.2 = all-left,all-right
57 [Element Front]
58 switch = mute
59 volume = merge
60 override-map.1 = all-front
61 override-map.2 = front-left,front-right
63 [Element Rear]
64 switch = mute
65 volume = merge
66 override-map.1 = all-rear
67 override-map.2 = rear-left,rear-right
69 [Element Surround]
70 switch = mute
71 volume = merge
72 override-map.1 = all-rear
73 override-map.2 = rear-left,rear-right
75 [Element Side]
76 switch = mute
77 volume = merge
78 override-map.1 = all-side
79 override-map.2 = side-left,side-right
81 [Element Center]
82 switch = mute
83 volume = merge
84 override-map.1 = all-center
85 override-map.2 = all-center,all-center
87 [Element LFE]
88 switch = mute
89 volume = merge
90 override-map.1 = lfe
91 override-map.2 = lfe,lfe
93 .include analog-output.conf.common