]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf
Merge commit 'origin/master-tx'
[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 Speaker]
49 switch = mute
50 volume = merge
51 override-map.1 = all
52 override-map.2 = all-left,all-right
53
54 [Element Front]
55 switch = off
56 volume = off
57
58 [Element Rear]
59 switch = off
60 volume = off
61
62 [Element Sourround]
63 switch = off
64 volume = off
65
66 [Element Side]
67 switch = off
68 volume = off
69
70 [Element Center]
71 switch = off
72 volume = off
73
74 [Element LFE]
75 switch = off
76 volume = off
77
78 .include analog-output.conf.common