diff options
author | Giuliano Pochini <pochini@shiny.it> | 2006-06-28 07:53:41 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-28 13:31:20 -0400 |
commit | dd7b254d8dd3a9528f423ac3bf875e6f0c8da561 (patch) | |
tree | 923ac13451c796b730f21c7260beba9f74acff63 /sound/pci/Kconfig | |
parent | cb9d24e4349013628259b5fee97e692173731b07 (diff) |
[ALSA] Add echoaudio sound drivers
From: Giuliano Pochini <pochini@shiny.it>Add echoaudio sound drivers (darla20, darla24, echo3g, gina20, gina24,
indigo, indigodj, indigoio, layla20, lala24, mia, mona)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 39162af7f19e..23e54cedfd4a 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -233,6 +233,143 @@ config SND_CS5535AUDIO | |||
233 | To compile this driver as a module, choose M here: the module | 233 | To compile this driver as a module, choose M here: the module |
234 | will be called snd-cs5535audio. | 234 | will be called snd-cs5535audio. |
235 | 235 | ||
236 | config SND_DARLA20 | ||
237 | tristate "(Echoaudio) Darla20" | ||
238 | depends on SND | ||
239 | depends on FW_LOADER | ||
240 | select SND_PCM | ||
241 | help | ||
242 | Say 'Y' or 'M' to include support for Echoaudio Darla. | ||
243 | |||
244 | To compile this driver as a module, choose M here: the module | ||
245 | will be called snd-darla20 | ||
246 | |||
247 | config SND_GINA20 | ||
248 | tristate "(Echoaudio) Gina20" | ||
249 | depends on SND | ||
250 | depends on FW_LOADER | ||
251 | select SND_PCM | ||
252 | help | ||
253 | Say 'Y' or 'M' to include support for Echoaudio Gina. | ||
254 | |||
255 | To compile this driver as a module, choose M here: the module | ||
256 | will be called snd-gina20 | ||
257 | |||
258 | config SND_LAYLA20 | ||
259 | tristate "(Echoaudio) Layla20" | ||
260 | depends on SND | ||
261 | depends on FW_LOADER | ||
262 | select SND_RAWMIDI | ||
263 | select SND_PCM | ||
264 | help | ||
265 | Say 'Y' or 'M' to include support for Echoaudio Layla. | ||
266 | |||
267 | To compile this driver as a module, choose M here: the module | ||
268 | will be called snd-layla20 | ||
269 | |||
270 | config SND_DARLA24 | ||
271 | tristate "(Echoaudio) Darla24" | ||
272 | depends on SND | ||
273 | depends on FW_LOADER | ||
274 | select SND_PCM | ||
275 | help | ||
276 | Say 'Y' or 'M' to include support for Echoaudio Darla24. | ||
277 | |||
278 | To compile this driver as a module, choose M here: the module | ||
279 | will be called snd-darla24 | ||
280 | |||
281 | config SND_GINA24 | ||
282 | tristate "(Echoaudio) Gina24" | ||
283 | depends on SND | ||
284 | depends on FW_LOADER | ||
285 | select SND_PCM | ||
286 | help | ||
287 | Say 'Y' or 'M' to include support for Echoaudio Gina24. | ||
288 | |||
289 | To compile this driver as a module, choose M here: the module | ||
290 | will be called snd-gina24 | ||
291 | |||
292 | config SND_LAYLA24 | ||
293 | tristate "(Echoaudio) Layla24" | ||
294 | depends on SND | ||
295 | depends on FW_LOADER | ||
296 | select SND_RAWMIDI | ||
297 | select SND_PCM | ||
298 | help | ||
299 | Say 'Y' or 'M' to include support for Echoaudio Layla24. | ||
300 | |||
301 | To compile this driver as a module, choose M here: the module | ||
302 | will be called snd-layla24 | ||
303 | |||
304 | config SND_MONA | ||
305 | tristate "(Echoaudio) Mona" | ||
306 | depends on SND | ||
307 | depends on FW_LOADER | ||
308 | select SND_RAWMIDI | ||
309 | select SND_PCM | ||
310 | help | ||
311 | Say 'Y' or 'M' to include support for Echoaudio Mona. | ||
312 | |||
313 | To compile this driver as a module, choose M here: the module | ||
314 | will be called snd-mona | ||
315 | |||
316 | config SND_MIA | ||
317 | tristate "(Echoaudio) Mia" | ||
318 | depends on SND | ||
319 | depends on FW_LOADER | ||
320 | select SND_RAWMIDI | ||
321 | select SND_PCM | ||
322 | help | ||
323 | Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi. | ||
324 | |||
325 | To compile this driver as a module, choose M here: the module | ||
326 | will be called snd-mia | ||
327 | |||
328 | config SND_ECHO3G | ||
329 | tristate "(Echoaudio) 3G cards" | ||
330 | depends on SND | ||
331 | depends on FW_LOADER | ||
332 | select SND_RAWMIDI | ||
333 | select SND_PCM | ||
334 | help | ||
335 | Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G. | ||
336 | |||
337 | To compile this driver as a module, choose M here: the module | ||
338 | will be called snd-echo3g | ||
339 | |||
340 | config SND_INDIGO | ||
341 | tristate "(Echoaudio) Indigo" | ||
342 | depends on SND | ||
343 | depends on FW_LOADER | ||
344 | select SND_PCM | ||
345 | help | ||
346 | Say 'Y' or 'M' to include support for Echoaudio Indigo. | ||
347 | |||
348 | To compile this driver as a module, choose M here: the module | ||
349 | will be called snd-indigo | ||
350 | |||
351 | config SND_INDIGOIO | ||
352 | tristate "(Echoaudio) Indigo IO" | ||
353 | depends on SND | ||
354 | depends on FW_LOADER | ||
355 | select SND_PCM | ||
356 | help | ||
357 | Say 'Y' or 'M' to include support for Echoaudio Indigo IO. | ||
358 | |||
359 | To compile this driver as a module, choose M here: the module | ||
360 | will be called snd-indigoio | ||
361 | |||
362 | config SND_INDIGODJ | ||
363 | tristate "(Echoaudio) Indigo DJ" | ||
364 | depends on SND | ||
365 | depends on FW_LOADER | ||
366 | select SND_PCM | ||
367 | help | ||
368 | Say 'Y' or 'M' to include support for Echoaudio Indigo DJ. | ||
369 | |||
370 | To compile this driver as a module, choose M here: the module | ||
371 | will be called snd-indigodj | ||
372 | |||
236 | config SND_EMU10K1 | 373 | config SND_EMU10K1 |
237 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" | 374 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" |
238 | depends on SND | 375 | depends on SND |