]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf
dbusiface-stream: Implement about a half of the Stream D-Bus interface.
[pulseaudio] / src / modules / alsa / mixer / paths / analog-output-lfe-on-mono.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 ; Intended for usage in laptops that have a seperate LFE speaker
18 ; connected to the Master mono connector
19 ;
20 ; See analog-output.conf.common for an explanation on the directives
21
22 [General]
23 priority = 40
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-no-lfe
35 override-map.2 = all-left,all-right
36
37 [Element Master Mono]
38 required = any
39 switch = mute
40 volume = merge
41 override-map.1 = lfe
42 override-map.2 = lfe,lfe
43
44 [Element Headphone]
45 switch = off
46 volume = off
47
48 [Element Front]
49 switch = off
50 volume = off
51
52 [Element Rear]
53 switch = off
54 volume = off
55
56 [Element Sourround]
57 switch = off
58 volume = off
59
60 [Element Side]
61 switch = off
62 volume = off
63
64 [Element Center]
65 switch = off
66 volume = off
67
68 [Element LFE]
69 switch = off
70 volume = off
71
72 .include analog-output.conf.common