From: Adrian Bunk 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 Signed-off-by: Andrew Morton --- sound/oss/Kconfig | 13 +++++++++++++ 1 files changed, 13 insertions(+) diff -puN sound/oss/Kconfig~re-add-config_sound_sscape sound/oss/Kconfig --- a/sound/oss/Kconfig~re-add-config_sound_sscape +++ a/sound/oss/Kconfig @@ -493,6 +493,19 @@ config SOUND_CS4232 See 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=,,,," to the kernel command + line. + + config SOUND_VMIDI tristate "Loopback MIDI device support" depends on SOUND_OSS _