diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-08-09 23:26:03 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-08-09 23:26:03 +0200 |
commit | 6f2e5a4840d8bf0708dea3c01a1cf5bf2a14bdc9 (patch) | |
tree | 7b28833b7b45fd1c69e45635339af4dc75fe1891 /sound | |
parent | 1f36317d1c914651c979c76fb4fb6d356b90a6dd (diff) |
SOUND_SSCAPE shouldn't depend on OBSOLETE_OSS_DRIVER
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 88e52dc84c09..9a1db6ea1365 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig @@ -628,7 +628,7 @@ config SOUND_CS4232 config SOUND_SSCAPE tristate "Ensoniq SoundScape support" - depends on SOUND_OSS && OBSOLETE_OSS_DRIVER + 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 |