]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-output-headphones.conf
alsa: Mute "Bass Speaker" when using headphones or lineout
[pulseaudio] / src / modules / alsa / mixer / paths / analog-output-headphones.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 ; Path for mixers that have a 'Headphone' control
18 ;
19 ; See analog-output.conf.common for an explanation on the directives
20
21 [General]
22 priority = 90
23 description-key = analog-output-headphones
24
25 [Properties]
26 device.icon_name = audio-headphones
27
28 [Jack Front Headphone]
29 required-any = any
30
31 [Jack Front Headphone Phantom]
32 required-any = any
33 state.plugged = unknown
34 state.unplugged = unknown
35
36 [Jack Headphone]
37 required-any = any
38
39 [Jack Headphone Phantom]
40 required-any = any
41 state.plugged = unknown
42 state.unplugged = unknown
43
44 # This jack can be either a headphone *or* a mic. Used on some ASUS netbooks.
45 [Jack Headphone Mic]
46 required-any = any
47
48 [Element Hardware Master]
49 switch = mute
50 volume = merge
51 override-map.1 = all
52 override-map.2 = all-left,all-right
53
54 [Element Master]
55 switch = mute
56 volume = merge
57 override-map.1 = all
58 override-map.2 = all-left,all-right
59
60 [Element Master Mono]
61 switch = off
62 volume = off
63
64 [Element Headphone]
65 required-any = any
66 switch = mute
67 volume = merge
68 override-map.1 = all
69 override-map.2 = all-left,all-right
70
71 [Element Headset]
72 required-any = any
73 switch = mute
74 volume = merge
75 override-map.1 = all
76 override-map.2 = all-left,all-right
77
78 [Element Line HP Swap]
79 switch = on
80
81 ; This profile path is intended to control the first headphones, not
82 ; the second headphones. But it should not hurt if we leave the second
83 ; headphone jack enabled nonetheless.
84 [Element Headphone2]
85 switch = mute
86 volume = zero
87
88 [Element Speaker]
89 switch = off
90 volume = off
91
92 [Element Desktop Speaker]
93 switch = off
94 volume = off
95
96 ; On some machines Front is actually a part of the Headphone path
97 [Element Front]
98 switch = mute
99 volume = zero
100
101 [Element Rear]
102 switch = off
103 volume = off
104
105 [Element Surround]
106 switch = off
107 volume = off
108
109 [Element Side]
110 switch = off
111 volume = off
112
113 [Element Center]
114 switch = off
115 volume = off
116
117 [Element LFE]
118 switch = off
119 volume = off
120
121 [Element Bass Speaker]
122 switch = off
123 volume = off
124
125 [Element Speaker Front]
126 switch = off
127 volume = off
128
129 [Element Speaker Surround]
130 switch = off
131 volume = off
132
133 [Element Speaker Side]
134 switch = off
135 volume = off
136
137 [Element Speaker CLFE]
138 switch = off
139 volume = off
140
141 .include analog-output.conf.common