alsa: add copyright blobs and comments to all mixer paths/profile sets
[pulseaudio-mirror.git] / src / modules / alsa / mixer / paths / analog-input-aux.conf
blobdb78eb4843d64e5ee0afa2d969b8dbb235547c18
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 ; For devices where an 'Aux' element exists
19 ; See analog-output.conf.common for an explanation on the directives
21 [General]
22 priority = 90
23 name = analog-input
25 [Element Capture]
26 switch = mute
27 volume = merge
28 override-map.1 = all
29 override-map.2 = all-left,all-right
31 [Element Mic]
32 switch = off
33 volume = off
35 [Element Line]
36 switch = off
37 volume = off
39 [Element Aux]
40 required = any
41 switch = mute
42 volume = merge
43 override-map.1 = all
44 override-map.2 = all-left,all-right
46 [Element Video]
47 switch = off
48 volume = off
50 [Element Mic/Line]
51 switch = off
52 volume = off
54 [Element TV Tuner]
55 switch = off
56 volume = off
58 [Element FM]
59 switch = off
60 volume = off
62 .include analog-input.conf.common