diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-29 02:24:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-29 10:26:20 -0700 |
commit | 1e075d58d667eb919a5df428b593ea7133e13d9c (patch) | |
tree | 4ab5baae774ae274f0caf64b12336d7bd2601a49 /sound | |
parent | 0e41142bf52002d604e16798dc3f1c28f46cc4b6 (diff) | |
download | linux-3.10-1e075d58d667eb919a5df428b593ea7133e13d9c.tar.gz linux-3.10-1e075d58d667eb919a5df428b593ea7133e13d9c.tar.bz2 linux-3.10-1e075d58d667eb919a5df428b593ea7133e13d9c.zip |
[PATCH] re-add CONFIG_SOUND_SSCAPE
Due to a regression in the correcponding ALSA driver (ALSA #2234), the
OSS driver should stay until it's fixed.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 3b8cdbca263..f4980ca5c05 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig @@ -493,6 +493,19 @@ config SOUND_CS4232 See <file:Documentation/sound/oss/CS4232> for more information on configuring this card. +config SOUND_SSCAPE + tristate "Ensoniq SoundScape support" + depends on SOUND_OSS + help + Answer Y if you have a sound card based on the Ensoniq SoundScape + chipset. Such cards are being manufactured at least by Ensoniq, Spea + and Reveal (Reveal makes also other cards). + + If you compile the driver into the kernel, you have to add + "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command + line. + + config SOUND_VMIDI tristate "Loopback MIDI device support" depends on SOUND_OSS |