summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/mixer/paths/analog-input.conf.common
blob: d34afd045bf940228459b2f55c03046a9f9ef96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
# Mixer path for PulseAudio's ALSA backend. If multiple options by the
# same id are discovered they will be suffixed with a number to
# distuingish them, in the same order they appear here.
#
# Source selection should use the following names:
#
#       input                       -- If we don't know the exact kind of input
#       input-microphone
#       input-microphone-internal
#       input-microphone-external
#       input-linein
#       input-video
#       input-radio
#       input-docking-microphone
#       input-docking-linein
#       input-docking
#
#  We explicitly don't want to wrap the following sources:
#
#       CD
#       Synth/MIDI
#       Phone
#       Mix
#       Digital/SPDIF
#       Master
#       PC Speaker
#

;;; 'Input Source Select'

[Element Input Source Select]
enumeration = select

[Option Input Source Select:Input1]
name = input
priority = 10

[Option Input Source Select:Input2]
name = input
priority = 5

;;; 'Input Source'

[Element Input Source]
enumeration = select

[Option Input Source:Mic]
name = input-microphone
priority = 20

[Option Input Source:Microphone]
name = input-microphone
priority = 20

[Option Input Source:Front Mic]
name = input-microphone
priority = 19

[Option Input Source:Front Microphone]
name = input-microphone
priority = 19

[Option Input Source:Line]
name = input-linein
priority = 18

[Option Input Source:Line-In]
name = input-linein
priority = 18

[Option Input Source:Line In]
name = input-linein
priority = 18

;;; ' Capture Source'

[Element Capture Source]
enumeration = select

[Option Capture Source:TV Tuner]
name = input-video

[Option Capture Source:FM]
name = input-radio

[Option Capture Source:Mic/Line]
name = input

[Option Capture Source:Line/Mic]
name = input

[Option Capture Source:Mic]
name = input-microphone

[Option Capture Source:Microphone]
name = input-microphone

[Option Capture Source:Int Mic]
name = input-microphone-internal

[Option Capture Source:Int DMic]
name = input-microphone-internal

[Option Capture Source:Internal Mic]
name = input-microphone-internal

[Option Capture Source:iMic]
name = input-microphone-internal

[Option Capture Source:i-Mic]
name = input-microphone-internal

[Option Capture Source:Internal Microphone]
name = input-microphone-internal

[Option Capture Source:Front Mic]
name = input-microphone

[Option Capture Source:Front Microphone]
name = input-microphone

[Option Capture Source:Rear Mic]
name = input-microphone

[Option Capture Source:Mic1]
name = input-microphone

[Option Capture Source:Mic2]
name = input-microphone

[Option Capture Source:D-Mic]
name = input-microphone

[Option Capture Source:IntMic]
name = input-microphone-internal

[Option Capture Source:ExtMic]
name = input-microphone-external

[Option Capture Source:Ext Mic]
name = input-microphone-external

[Option Capture Source:E-Mic]
name = input-microphone-external

[Option Capture Source:e-Mic]
name = input-microphone-external

[Option Capture Source:LineIn]
name = input-linein

[Option Capture Source:Analog]
name = input

[Option Capture Source:Line]
name = input-linein

[Option Capture Source:Line-In]
name = input-linein

[Option Capture Source:Line In]
name = input-linein

[Option Capture Source:Video]
name = input-video

[Option Capture Source:Aux]
name = input

[Option Capture Source:Aux0]
name = input

[Option Capture Source:Aux1]
name = input

[Option Capture Source:Aux2]
name = input

[Option Capture Source:Aux3]
name = input

[Option Capture Source:AUX IN]
name = input

[Option Capture Source:Aux In]
name = input

[Option Capture Source:AOUT]
name = input

[Option Capture Source:AUX]
name = input

[Option Capture Source:Cam Mic]
name = input-microphone

[Option Capture Source:Digital Mic]
name = input-microphone

[Option Capture Source:Digital Mic 1]
name = input-microphone

[Option Capture Source:Digital Mic 2]
name = input-microphone

[Option Capture Source:Analog Inputs]
name = input

[Option Capture Source:Unknown1]
name = input

[Option Capture Source:Unknown2]
name = input

[Option Capture Source:Docking-Station]
name = input-docking

[Option Capture Source:Dock Mic]
name = input-docking-microphone

;;; Various Boosts

[Element Capture Boost]
switch = select

[Option Capture Boost:on]
name = input-boost-on

[Option Capture Boost:off]
name = input-boost-off

[Element Auto Gain Control]
switch = select

[Option Auto Gain Control:on]
name = input-agc-on

[Option Auto Gain Control:off]
name = input-agc-off