diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2009-01-24 07:35:28 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-28 01:47:36 -0500 |
commit | f6c6383502751ceb6f2f3579ad22578ca44f91f5 (patch) | |
tree | 84a6334a964de74cfea170bf77dcab0281978756 /sound/isa/Kconfig | |
parent | b1a0aac05f044e78a589bfd7a9e2334aa640eb45 (diff) |
ALSA: Turtle Beach Multisound Classic/Pinnacle driver
This is driver for Turtle Beach Multisound cards:
Classic, Fiji and Pinnacle.
Tested pcm playback and recording and MIDI playback
on Multisound Pinnacle.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index ce0aa044e274..a74725950b02 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -411,5 +411,36 @@ config SND_WAVEFRONT_FIRMWARE_IN_KERNEL | |||
411 | you need to install the firmware files from the | 411 | you need to install the firmware files from the |
412 | alsa-firmware package. | 412 | alsa-firmware package. |
413 | 413 | ||
414 | config SND_MSND_PINNACLE | ||
415 | tristate "Turtle Beach MultiSound Pinnacle/Fiji driver" | ||
416 | depends on X86 && EXPERIMENTAL | ||
417 | select FW_LOADER | ||
418 | select SND_MPU401_UART | ||
419 | select SND_PCM | ||
420 | help | ||
421 | Say Y to include support for Turtle Beach MultiSound Pinnacle/ | ||
422 | Fiji soundcards. | ||
423 | |||
424 | To compile this driver as a module, choose M here: the module | ||
425 | will be called snd-msnd-pinnacle. | ||
426 | |||
427 | config SND_MSND_CLASSIC | ||
428 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" | ||
429 | depends on X86 && EXPERIMENTAL | ||
430 | select FW_LOADER | ||
431 | select SND_MPU401_UART | ||
432 | select SND_PCM | ||
433 | help | ||
434 | Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or | ||
435 | Monterey (not for the Pinnacle or Fiji). | ||
436 | |||
437 | See <file:Documentation/sound/oss/MultiSound> for important information | ||
438 | about this driver. Note that it has been discontinued, but the | ||
439 | Voyetra Turtle Beach knowledge base entry for it is still available | ||
440 | at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. | ||
441 | |||
442 | To compile this driver as a module, choose M here: the module | ||
443 | will be called snd-msnd-classic. | ||
444 | |||
414 | endif # SND_ISA | 445 | endif # SND_ISA |
415 | 446 | ||