diff options
author | Martin Langer <martin-langer@gmx.de> | 2006-03-27 05:41:01 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-31 10:58:56 -0500 |
commit | 1841f613fd2e73f09d3fa2beeccf2f8d978ec2db (patch) | |
tree | b2f7b297a1b0f109f12f1cbc5f951de801d88c0e /sound/isa/Kconfig | |
parent | cbac4b0cb62d01cb0aaec7778410b8856f01186b (diff) |
[ALSA] Add snd-miro driver
Added snd-miro driver for miroSOUND PCM by Martin Langer.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index ff8fef932786..2a1c7334210a 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -292,6 +292,20 @@ config SND_OPTI93X | |||
292 | To compile this driver as a module, choose M here: the module | 292 | To compile this driver as a module, choose M here: the module |
293 | will be called snd-opti93x. | 293 | will be called snd-opti93x. |
294 | 294 | ||
295 | config SND_MIRO | ||
296 | tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver" | ||
297 | depends on SND | ||
298 | select SND_OPL4_LIB | ||
299 | select SND_CS4231_LIB | ||
300 | select SND_MPU401_UART | ||
301 | select SND_PCM | ||
302 | help | ||
303 | Say 'Y' or 'M' to include support for Miro miroSOUND PCM1 pro, | ||
304 | miroSOUND PCM12 and miroSOUND PCM20 Radio soundcards. | ||
305 | |||
306 | To compile this driver as a module, choose M here: the module | ||
307 | will be called snd-miro. | ||
308 | |||
295 | config SND_SB8 | 309 | config SND_SB8 |
296 | tristate "Sound Blaster 1.0/2.0/Pro (8-bit)" | 310 | tristate "Sound Blaster 1.0/2.0/Pro (8-bit)" |
297 | depends on SND | 311 | depends on SND |