Merge commit 'origin/master-tx'
[platform/upstream/pulseaudio.git] / src / modules / alsa / mixer / paths / analog-input.conf.common
1 # Mixer path for PulseAudio's ALSA backend. If multiple options by the
2 # same id are discovered they will be suffixed with a number to
3 # distuingish them, in the same order they appear here.
4 #
5 # Source selection should use the following names:
6 #
7 #       input                       -- If we don't know the exact kind of input
8 #       input-microphone
9 #       input-microphone-internal
10 #       input-microphone-external
11 #       input-linein
12 #       input-video
13 #       input-radio
14 #       input-docking-microphone
15 #       input-docking-linein
16 #       input-docking
17 #
18 #  We explicitly don't want to wrap the following sources:
19 #
20 #       CD
21 #       Synth/MIDI
22 #       Phone
23 #       Mix
24 #       Digital/SPDIF
25 #       Master
26 #       PC Speaker
27 #
28
29 ;;; 'Input Source Select'
30
31 [Element Input Source Select]
32 enumeration = select
33
34 [Option Input Source Select:Input1]
35 name = input
36 priority = 10
37
38 [Option Input Source Select:Input2]
39 name = input
40 priority = 5
41
42 ;;; 'Input Source'
43
44 [Element Input Source]
45 enumeration = select
46
47 [Option Input Source:Mic]
48 name = input-microphone
49 priority = 20
50
51 [Option Input Source:Microphone]
52 name = input-microphone
53 priority = 20
54
55 [Option Input Source:Front Mic]
56 name = input-microphone
57 priority = 19
58
59 [Option Input Source:Front Microphone]
60 name = input-microphone
61 priority = 19
62
63 [Option Input Source:Line]
64 name = input-linein
65 priority = 18
66
67 [Option Input Source:Line-In]
68 name = input-linein
69 priority = 18
70
71 [Option Input Source:Line In]
72 name = input-linein
73 priority = 18
74
75 ;;; ' Capture Source'
76
77 [Element Capture Source]
78 enumeration = select
79
80 [Option Capture Source:TV Tuner]
81 name = input-video
82
83 [Option Capture Source:FM]
84 name = input-radio
85
86 [Option Capture Source:Mic/Line]
87 name = input
88
89 [Option Capture Source:Line/Mic]
90 name = input
91
92 [Option Capture Source:Mic]
93 name = input-microphone
94
95 [Option Capture Source:Microphone]
96 name = input-microphone
97
98 [Option Capture Source:Int Mic]
99 name = input-microphone-internal
100
101 [Option Capture Source:Int DMic]
102 name = input-microphone-internal
103
104 [Option Capture Source:Internal Mic]
105 name = input-microphone-internal
106
107 [Option Capture Source:iMic]
108 name = input-microphone-internal
109
110 [Option Capture Source:i-Mic]
111 name = input-microphone-internal
112
113 [Option Capture Source:Internal Microphone]
114 name = input-microphone-internal
115
116 [Option Capture Source:Front Mic]
117 name = input-microphone
118
119 [Option Capture Source:Front Microphone]
120 name = input-microphone
121
122 [Option Capture Source:Rear Mic]
123 name = input-microphone
124
125 [Option Capture Source:Mic1]
126 name = input-microphone
127
128 [Option Capture Source:Mic2]
129 name = input-microphone
130
131 [Option Capture Source:D-Mic]
132 name = input-microphone
133
134 [Option Capture Source:IntMic]
135 name = input-microphone-internal
136
137 [Option Capture Source:ExtMic]
138 name = input-microphone-external
139
140 [Option Capture Source:Ext Mic]
141 name = input-microphone-external
142
143 [Option Capture Source:E-Mic]
144 name = input-microphone-external
145
146 [Option Capture Source:e-Mic]
147 name = input-microphone-external
148
149 [Option Capture Source:LineIn]
150 name = input-linein
151
152 [Option Capture Source:Analog]
153 name = input
154
155 [Option Capture Source:Line]
156 name = input-linein
157
158 [Option Capture Source:Line-In]
159 name = input-linein
160
161 [Option Capture Source:Line In]
162 name = input-linein
163
164 [Option Capture Source:Video]
165 name = input-video
166
167 [Option Capture Source:Aux]
168 name = input
169
170 [Option Capture Source:Aux0]
171 name = input
172
173 [Option Capture Source:Aux1]
174 name = input
175
176 [Option Capture Source:Aux2]
177 name = input
178
179 [Option Capture Source:Aux3]
180 name = input
181
182 [Option Capture Source:AUX IN]
183 name = input
184
185 [Option Capture Source:Aux In]
186 name = input
187
188 [Option Capture Source:AOUT]
189 name = input
190
191 [Option Capture Source:AUX]
192 name = input
193
194 [Option Capture Source:Cam Mic]
195 name = input-microphone
196
197 [Option Capture Source:Digital Mic]
198 name = input-microphone
199
200 [Option Capture Source:Digital Mic 1]
201 name = input-microphone
202
203 [Option Capture Source:Digital Mic 2]
204 name = input-microphone
205
206 [Option Capture Source:Analog Inputs]
207 name = input
208
209 [Option Capture Source:Unknown1]
210 name = input
211
212 [Option Capture Source:Unknown2]
213 name = input
214
215 [Option Capture Source:Docking-Station]
216 name = input-docking
217
218 [Option Capture Source:Dock Mic]
219 name = input-docking-microphone
220
221 ;;; Various Boosts
222
223 [Element Capture Boost]
224 switch = select
225
226 [Option Capture Boost:on]
227 name = input-boost-on
228
229 [Option Capture Boost:off]
230 name = input-boost-off
231
232 [Element Auto Gain Control]
233 switch = select
234
235 [Option Auto Gain Control:on]
236 name = input-agc-on
237
238 [Option Auto Gain Control:off]
239 name = input-agc-off