1d7bb0ba7f4c4cc14ef029fb4806bef6d54d9200
[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 [Element Hardware Master]
26 switch = mute
27 volume = merge
28 override-map.1 = all
29 override-map.2 = all-left,all-right
30
31 [Element Master]
32 switch = mute
33 volume = merge
34 override-map.1 = all
35 override-map.2 = all-left,all-right
36
37 [Element Master Mono]
38 switch = off
39 volume = off
40
41 [Element Headphone]
42 required = any
43 switch = mute
44 volume = merge
45 override-map.1 = all
46 override-map.2 = all-left,all-right
47
48 ; This profile path is intended to control the first headphones, not
49 ; the second headphones. But it should not hurt if we leave the second
50 ; headphone jack enabled nonetheless.
51 [Element Headphone2]
52 switch = mute
53 volume = zero
54
55 [Element Speaker]
56 switch = off
57 volume = off
58
59 [Element Desktop Speaker]
60 switch = off
61 volume = off
62
63 [Element Front]
64 switch = off
65 volume = off
66
67 [Element Rear]
68 switch = off
69 volume = off
70
71 [Element Surround]
72 switch = off
73 volume = off
74
75 [Element Side]
76 switch = off
77 volume = off
78
79 [Element Center]
80 switch = off
81 volume = off
82
83 [Element LFE]
84 switch = off
85 volume = off
86
87 .include analog-output.conf.common