]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-output-headphones-2.conf
alsa: Mute "Bass Speaker" when using headphones or lineout
[pulseaudio] / src / modules / alsa / mixer / paths / analog-output-headphones-2.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 'Headphone2' control
18 ;
19 ; See analog-output.conf.common for an explanation on the directives
20
21 [General]
22 priority = 89
23 description-key = analog-output-headphones
24
25 [Properties]
26 device.icon_name = audio-headphones
27
28 [Element Hardware Master]
29 switch = mute
30 volume = merge
31 override-map.1 = all
32 override-map.2 = all-left,all-right
33
34 [Element Master]
35 switch = mute
36 volume = merge
37 override-map.1 = all
38 override-map.2 = all-left,all-right
39
40 [Element Master Mono]
41 switch = off
42 volume = off
43
44 ; This profile path is intended to control the second headphones, not
45 ; the first headphones. But it should not hurt if we leave the
46 ; headphone jack enabled nonetheless.
47 [Element Headphone]
48 switch = mute
49 volume = zero
50
51 [Element Headphone2]
52 required = any
53 switch = mute
54 volume = merge
55 override-map.1 = all
56 override-map.2 = all-left,all-right
57
58 [Element Speaker]
59 switch = off
60 volume = off
61
62 [Element Desktop Speaker]
63 switch = off
64 volume = off
65
66 ; On some machines Front is actually a part of the Headphone path
67 [Element Front]
68 switch = mute
69 volume = zero
70
71 [Element Rear]
72 switch = off
73 volume = off
74
75 [Element Surround]
76 switch = off
77 volume = off
78
79 [Element Side]
80 switch = off
81 volume = off
82
83 [Element Center]
84 switch = off
85 volume = off
86
87 [Element LFE]
88 switch = off
89 volume = off
90
91 [Element Bass Speaker]
92 switch = off
93 volume = off
94
95 .include analog-output.conf.common