]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-output-headphones.conf
29358e76ea4e48adfd23b08c246d9db97a99f963
[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 name = 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 state.plugged = unknown
48
49 [Element Hardware Master]
50 switch = mute
51 volume = merge
52 override-map.1 = all
53 override-map.2 = all-left,all-right
54
55 [Element Master]
56 switch = mute
57 volume = merge
58 override-map.1 = all
59 override-map.2 = all-left,all-right
60
61 [Element Master Mono]
62 switch = off
63 volume = off
64
65 [Element Headphone]
66 required-any = any
67 switch = mute
68 volume = merge
69 override-map.1 = all
70 override-map.2 = all-left,all-right
71
72 [Element Headset]
73 required-any = any
74 switch = mute
75 volume = merge
76 override-map.1 = all
77 override-map.2 = all-left,all-right
78
79 [Element Line HP Swap]
80 switch = on
81
82 ; This profile path is intended to control the first headphones, not
83 ; the second headphones. But it should not hurt if we leave the second
84 ; headphone jack enabled nonetheless.
85 [Element Headphone2]
86 switch = mute
87 volume = zero
88
89 [Element Speaker]
90 switch = off
91 volume = off
92
93 [Element Desktop Speaker]
94 switch = off
95 volume = off
96
97 ; On some machines Front is actually a part of the Headphone path
98 [Element Front]
99 switch = mute
100 volume = zero
101
102 [Element Rear]
103 switch = off
104 volume = off
105
106 [Element Surround]
107 switch = off
108 volume = off
109
110 [Element Side]
111 switch = off
112 volume = off
113
114 [Element Center]
115 switch = off
116 volume = off
117
118 [Element LFE]
119 switch = off
120 volume = off
121
122 .include analog-output.conf.common