alsa: Print dB values in addition to percentages in debug messages.
[profile/ivi/pulseaudio.git] / src / modules / alsa / mixer / paths / analog-input.conf.common
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 ; Mixer path for PulseAudio's ALSA backend, common elements for all
18 ; input paths. If multiple options by the same id are discovered they
19 ; will be suffixed with a number to distuingish them, in the same
20 ; order they appear here.
21 ;
22 ; Source selection should use the following names:
23 ;
24 ;       input                       -- If we don't know the exact kind of input
25 ;       input-microphone
26 ;       input-microphone-internal
27 ;       input-microphone-external
28 ;       input-linein
29 ;       input-video
30 ;       input-radio
31 ;       input-docking-microphone
32 ;       input-docking-linein
33 ;       input-docking
34 ;
35 ;  We explicitly don't want to wrap the following sources:
36 ;
37 ;       CD
38 ;       Synth/MIDI
39 ;       Phone
40 ;       Mix
41 ;       Digital/SPDIF
42 ;       Master
43 ;       PC Speaker
44 ;
45 ; See analog-output.conf.common for an explanation on the directives
46
47 ;;; 'Input Source Select'
48
49 [Element Input Source Select]
50 enumeration = select
51
52 [Option Input Source Select:Input1]
53 name = input
54 priority = 10
55
56 [Option Input Source Select:Input2]
57 name = input
58 priority = 5
59
60 ;;; 'Input Source'
61
62 [Element Input Source]
63 enumeration = select
64
65 [Option Input Source:Digital Mic]
66 name = input-microphone
67 priority = 20
68
69 [Option Input Source:Mic]
70 name = input-microphone
71 priority = 20
72
73 [Option Input Source:Microphone]
74 name = input-microphone
75 priority = 20
76
77 [Option Input Source:Front Mic]
78 name = input-microphone
79 priority = 19
80
81 [Option Input Source:Front Microphone]
82 name = input-microphone
83 priority = 19
84
85 [Option Input Source:Int Mic]
86 name = input-microphone
87 priority = 19
88
89 [Option Input Source:Internal Mic]
90 name = input-microphone
91 priority = 19
92
93 [Option Input Source:Line]
94 name = input-linein
95 priority = 18
96
97 [Option Input Source:Line-In]
98 name = input-linein
99 priority = 18
100
101 [Option Input Source:Line In]
102 name = input-linein
103 priority = 18
104
105 [Option Input Source:Docking-Station]
106 name = input-docking
107 priority = 17
108
109 [Option Input Source:AUX IN]
110 name = input
111 priority = 10
112
113 ;;; 'Capture Source'
114
115 [Element Capture Source]
116 enumeration = select
117
118 [Option Capture Source:TV Tuner]
119 name = input-video
120
121 [Option Capture Source:FM]
122 name = input-radio
123
124 [Option Capture Source:Mic/Line]
125 name = input
126
127 [Option Capture Source:Line/Mic]
128 name = input
129
130 [Option Capture Source:Mic]
131 name = input-microphone
132
133 [Option Capture Source:Microphone]
134 name = input-microphone
135
136 [Option Capture Source:Int Mic]
137 name = input-microphone-internal
138
139 [Option Capture Source:Int DMic]
140 name = input-microphone-internal
141
142 [Option Capture Source:Internal Mic]
143 name = input-microphone-internal
144
145 [Option Capture Source:iMic]
146 name = input-microphone-internal
147
148 [Option Capture Source:i-Mic]
149 name = input-microphone-internal
150
151 [Option Capture Source:Internal Microphone]
152 name = input-microphone-internal
153
154 [Option Capture Source:Front Mic]
155 name = input-microphone
156
157 [Option Capture Source:Front Microphone]
158 name = input-microphone
159
160 [Option Capture Source:Rear Mic]
161 name = input-microphone
162
163 [Option Capture Source:Mic1]
164 name = input-microphone
165
166 [Option Capture Source:Mic2]
167 name = input-microphone
168
169 [Option Capture Source:D-Mic]
170 name = input-microphone
171
172 [Option Capture Source:IntMic]
173 name = input-microphone-internal
174
175 [Option Capture Source:ExtMic]
176 name = input-microphone-external
177
178 [Option Capture Source:Ext Mic]
179 name = input-microphone-external
180
181 [Option Capture Source:E-Mic]
182 name = input-microphone-external
183
184 [Option Capture Source:e-Mic]
185 name = input-microphone-external
186
187 [Option Capture Source:LineIn]
188 name = input-linein
189
190 [Option Capture Source:Analog]
191 name = input
192
193 [Option Capture Source:Line]
194 name = input-linein
195
196 [Option Capture Source:Line-In]
197 name = input-linein
198
199 [Option Capture Source:Line In]
200 name = input-linein
201
202 [Option Capture Source:Video]
203 name = input-video
204
205 [Option Capture Source:Aux]
206 name = input
207
208 [Option Capture Source:Aux0]
209 name = input
210
211 [Option Capture Source:Aux1]
212 name = input
213
214 [Option Capture Source:Aux2]
215 name = input
216
217 [Option Capture Source:Aux3]
218 name = input
219
220 [Option Capture Source:AUX IN]
221 name = input
222
223 [Option Capture Source:Aux In]
224 name = input
225
226 [Option Capture Source:AOUT]
227 name = input
228
229 [Option Capture Source:AUX]
230 name = input
231
232 [Option Capture Source:Cam Mic]
233 name = input-microphone
234
235 [Option Capture Source:Digital Mic]
236 name = input-microphone
237
238 [Option Capture Source:Digital Mic 1]
239 name = input-microphone
240
241 [Option Capture Source:Digital Mic 2]
242 name = input-microphone
243
244 [Option Capture Source:Analog Inputs]
245 name = input
246
247 [Option Capture Source:Unknown1]
248 name = input
249
250 [Option Capture Source:Unknown2]
251 name = input
252
253 [Option Capture Source:Docking-Station]
254 name = input-docking
255
256 [Option Capture Source:Dock Mic]
257 name = input-docking-microphone
258
259 ;;; 'Mic Jack Mode'
260
261 [Element Mic Jack Mode]
262 enumeration = select
263
264 [Option Mic Jack Mode:Mic In]
265 name = input-microphone
266
267 [Option Mic Jack Mode:Line In]
268 name = input-linein
269
270 ;;; 'Digital Input Source'
271
272 [Element Digital Input Source]
273 enumeration = select
274
275 [Option Digital Input Source:Analog Inputs]
276 name = input
277
278 [Option Digital Input Source:Digital Mic 1]
279 name = input-microphone
280
281 [Option Digital Input Source:Digital Mic 2]
282 name = input-microphone
283
284 ;;; 'Analog Source'
285
286 [Element Analog Source]
287 enumeration = select
288
289 [Option Analog Source:Mic]
290 name = input-microphone
291
292 [Option Analog Source:Line in]
293 name = input-linein
294
295 [Option Analog Source:Aux]
296 name = input
297
298 ;;; 'Shared Mic/Line in'
299
300 [Element Shared Mic/Line in]
301 enumeration = select
302
303 [Option Shared Mic/Line in:Mic in]
304 name = input-microphone
305
306 [Option Shared Mic/Line in:Line in]
307 name = input-linein
308
309 ;;; Various Boosts
310
311 [Element Capture Boost]
312 switch = select
313
314 [Option Capture Boost:on]
315 name = input-boost-on
316
317 [Option Capture Boost:off]
318 name = input-boost-off
319
320 [Element Auto Gain Control]
321 switch = select
322
323 [Option Auto Gain Control:on]
324 name = input-agc-on
325
326 [Option Auto Gain Control:off]
327 name = input-agc-off