alsa: add copyright blobs and comments to all mixer paths/profile sets
[pulseaudio-mirror.git] / src / modules / alsa / mixer / paths / analog-input-mic-line.conf
blobf7f30854cf59aab0c95225cf559d1a5c82dd63f0
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 a 'Mic/Line' 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 switch = off
41 volume = off
43 [Element Video]
44 switch = off
45 volume = off
47 [Element Mic/Line]
48 required = any
49 switch = mute
50 volume = merge
51 override-map.1 = all
52 override-map.2 = all-left,all-right
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
63 .include analog-input-mic.conf.common