jack detection fix for wired headset
[profile/ivi/pulseaudio-panda.git] / 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 name = analog-output-headphones
24
25 [Jack Headphone]
26 required-any = any
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 [Element Headphone]
45 required-any = any
46 switch = mute
47 volume = merge
48 override-map.1 = all
49 override-map.2 = all-left,all-right
50
51 [Element Line HP Swap]
52 switch = on
53
54 ; This profile path is intended to control the first headphones, not
55 ; the second headphones. But it should not hurt if we leave the second
56 ; headphone jack enabled nonetheless.
57 [Element Headphone2]
58 switch = mute
59 volume = zero
60
61 [Element Speaker]
62 switch = off
63 volume = off
64
65 [Element Desktop Speaker]
66 switch = off
67 volume = off
68
69 ; On some machines Front is actually a part of the Headphone path
70 [Element Front]
71 switch = off
72 volume = zero
73
74 [Element Rear]
75 switch = off
76 volume = off
77
78 [Element Surround]
79 switch = off
80 volume = off
81
82 [Element Side]
83 switch = off
84 volume = off
85
86 [Element Center]
87 switch = off
88 volume = off
89
90 [Element LFE]
91 switch = off
92 volume = off
93
94 .include analog-output.conf.common