alsa: add copyright blobs and comments to all mixer paths/profile sets
[pulseaudio-mirror.git] / src / modules / alsa / mixer / paths / analog-output-mono.conf
blobf6cb9f8aefaecf4a9467dc8de48994d2617f895c
1 # This file is part of PulseAudio.
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.
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.
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.
17 ; Intended for usage on boards that have a seperate Mono output plug.
19 ; See analog-output.conf.common for an explanation on the directives
21 [General]
22 priority = 50
24 [Element Hardware Master]
25 switch = mute
26 volume = merge
27 override-map.1 = all
28 override-map.2 = all-left,all-right
30 [Element Master]
31 switch = off
32 volume = off
34 [Element Master Mono]
35 required = any
36 switch = mute
37 volume = merge
38 override-map.1 = all
39 override-map.2 = all-left,all-right
41 [Element Headphone]
42 switch = off
43 volume = off
45 [Element Front]
46 switch = off
47 volume = off
49 [Element Rear]
50 switch = off
51 volume = off
53 [Element Sourround]
54 switch = off
55 volume = off
57 [Element Side]
58 switch = off
59 volume = off
61 [Element Center]
62 switch = off
63 volume = off
65 [Element LFE]
66 switch = off
67 volume = off
69 .include analog-output.conf.common