alsa: add copyright blobs and comments to all mixer paths/profile sets
[pulseaudio-mirror.git] / src / modules / alsa / mixer / paths / analog-input.conf
blob5055f90a803ace5b18d1bea4a4c276c7a7d7c025
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 ; A fallback for devices that lack seperate Mic/Line/Aux/Video/TV
18 ; Tuner/FM elements
20 ; See analog-output.conf.common for an explanation on the directives
22 [General]
23 priority = 100
25 [Element Capture]
26 required = volume
27 switch = mute
28 volume = merge
29 override-map.1 = all
30 override-map.2 = all-left,all-right
32 [Element Mic]
33 required-absent = any
35 [Element Line]
36 required-absent = any
38 [Element Aux]
39 required-absent = any
41 [Element Video]
42 required-absent = any
44 [Element Mic/Line]
45 required-absent = any
47 [Element TV Tuner]
48 required-absent = any
50 [Element FM]
51 required-absent = any
53 .include analog-input.conf.common
54 .include analog-input-mic.conf.common