diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2009-01-21 08:18:16 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-21 08:36:39 +0100 |
commit | 48972cc5101dee24243c1b53d409cc27880e7a29 (patch) | |
tree | 87f27c072339f213654245e70a66a093f4010d97 /sound/isa/Kconfig | |
parent | 1de9e8e70f5acc441550ca75433563d91b269bbe (diff) | |
download | linux-3.10-48972cc5101dee24243c1b53d409cc27880e7a29.tar.gz linux-3.10-48972cc5101dee24243c1b53d409cc27880e7a29.tar.bz2 linux-3.10-48972cc5101dee24243c1b53d409cc27880e7a29.zip |
ALSA: cmi8330: add OPL3 support
Add OPL3 handling to the driver
and volume control for FM synthesis.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index ce0aa044e27..be2d377ff90 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig @@ -94,6 +94,7 @@ config SND_CMI8330 tristate "C-Media CMI8330" select SND_WSS_LIB select SND_SB16_DSP + select SND_OPL3_LIB help Say Y here to include support for soundcards based on the C-Media CMI8330 chip. |