]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-input.conf
Fix spelling of separated: s, sepera, separa, g
[pulseaudio] / src / modules / alsa / mixer / paths / analog-input.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 ; A fallback for devices that lack separate Mic/Line/Aux/Video/TV
18 ; Tuner/FM elements
19 ;
20 ; See analog-output.conf.common for an explanation on the directives
21
22 [General]
23 priority = 100
24
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
31
32 [Element Mic]
33 required-absent = any
34
35 [Element Dock Mic]
36 required-absent = any
37
38 [Element Dock Mic Boost]
39 required-absent = any
40
41 [Element Front Mic]
42 required-absent = any
43
44 [Element Front Mic Boost]
45 required-absent = any
46
47 [Element Int Mic]
48 required-absent = any
49
50 [Element Int Mic Boost]
51 required-absent = any
52
53 [Element Internal Mic]
54 required-absent = any
55
56 [Element Internal Mic Boost]
57 required-absent = any
58
59 [Element Rear Mic]
60 required-absent = any
61
62 [Element Rear Mic Boost]
63 required-absent = any
64
65 [Element Line]
66 required-absent = any
67
68 [Element Aux]
69 required-absent = any
70
71 [Element Video]
72 required-absent = any
73
74 [Element Mic/Line]
75 required-absent = any
76
77 [Element TV Tuner]
78 required-absent = any
79
80 [Element FM]
81 required-absent = any
82
83 .include analog-input.conf.common