From: Adrian Bunk A regression in the ALSA driver compared to the OSS driver was reported as ALSA bug #1520, so let's keep the OSS driver for now. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- sound/oss/Kconfig | 14 ++++++++++++++ 1 files changed, 14 insertions(+) diff -puN sound/oss/Kconfig~readd-the-oss-sound_cs4232-option sound/oss/Kconfig --- devel/sound/oss/Kconfig~readd-the-oss-sound_cs4232-option 2006-04-23 16:07:57.000000000 -0700 +++ devel-akpm/sound/oss/Kconfig 2006-04-23 16:07:57.000000000 -0700 @@ -478,6 +478,20 @@ config SOUND_ACI_MIXER This driver is also available as a module and will be called aci. +config SOUND_CS4232 + tristate "Crystal CS4232 based (PnP) cards" + depends on SOUND_OSS + help + Say Y here if you have a card based on the Crystal CS4232 chip set, + which uses its own Plug and Play protocol. + + If you compile the driver into the kernel, you have to add + "cs4232=,,,,," to the kernel + command line. + + See for more information on + configuring this card. + config SOUND_VMIDI tristate "Loopback MIDI device support" depends on SOUND_OSS _