diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-06-11 12:26:32 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-13 16:47:38 +0200 |
commit | 9f240a558f94bea839e14c46c8fccf93bdd35ef6 (patch) | |
tree | 5c3b1338e82d9e88e10fc6cec2e2b32bb4e8ba84 /sound/isa/Kconfig | |
parent | abf1f5aafc1939db1f252e33914a3689e0f5830f (diff) | |
download | linux-3.10-9f240a558f94bea839e14c46c8fccf93bdd35ef6.tar.gz linux-3.10-9f240a558f94bea839e14c46c8fccf93bdd35ef6.tar.bz2 linux-3.10-9f240a558f94bea839e14c46c8fccf93bdd35ef6.zip |
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 d649a0e966d..25347a25d63 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig @@ -304,7 +304,7 @@ config SND_OPTI93X tristate "OPTi 82C93x" select SND_OPL3_LIB select SND_MPU401_UART - select SND_PCM + select SND_CS4231_LIB help Say Y here to include support for soundcards based on Opti 82C93x chips. |