diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-06-11 06:26:32 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-13 10:47:38 -0400 |
commit | 9f240a558f94bea839e14c46c8fccf93bdd35ef6 (patch) | |
tree | 5c3b1338e82d9e88e10fc6cec2e2b32bb4e8ba84 /sound/isa/Kconfig | |
parent | abf1f5aafc1939db1f252e33914a3689e0f5830f (diff) |
ALSA: opti93x: use cs4231 lib
This patch converts the Opti93x driver to use
the cs4231 library instead of duplicating the code.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Tested-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index d649a0e966da..25347a25d63c 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -304,7 +304,7 @@ config SND_OPTI93X | |||
304 | tristate "OPTi 82C93x" | 304 | tristate "OPTi 82C93x" |
305 | select SND_OPL3_LIB | 305 | select SND_OPL3_LIB |
306 | select SND_MPU401_UART | 306 | select SND_MPU401_UART |
307 | select SND_PCM | 307 | select SND_CS4231_LIB |
308 | help | 308 | help |
309 | Say Y here to include support for soundcards based on Opti | 309 | Say Y here to include support for soundcards based on Opti |
310 | 82C93x chips. | 310 | 82C93x chips. |