]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/paths/analog-input.conf
alsa-mixer: Fix Analog Input showing up on USB Headset
[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 switch = mute
27 volume = merge
28 override-map.1 = all
29 override-map.2 = all-left,all-right
30
31 [Element Mic]
32 required-absent = any
33
34 [Element Dock Mic]
35 required-absent = any
36
37 [Element Dock Mic Boost]
38 required-absent = any
39
40 [Element Front Mic]
41 required-absent = any
42
43 [Element Front Mic Boost]
44 required-absent = any
45
46 [Element Int Mic]
47 required-absent = any
48
49 [Element Int Mic Boost]
50 required-absent = any
51
52 [Element Internal Mic]
53 required-absent = any
54
55 [Element Internal Mic Boost]
56 required-absent = any
57
58 [Element Rear Mic]
59 required-absent = any
60
61 [Element Rear Mic Boost]
62 required-absent = any
63
64 [Element Headset]
65 required-absent = any
66
67 [Element Headset Mic]
68 required-absent = any
69
70 [Element Headset Mic Boost]
71 required-absent = any
72
73 [Element Headphone Mic]
74 required-absent = any
75
76 [Element Headphone Mic Boost]
77 required-absent = any
78
79 [Element Line]
80 required-absent = any
81
82 [Element Aux]
83 required-absent = any
84
85 [Element Video]
86 required-absent = any
87
88 [Element Mic/Line]
89 required-absent = any
90
91 [Element TV Tuner]
92 required-absent = any
93
94 [Element FM]
95 required-absent = any
96
97 .include analog-input.conf.common