diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2009-01-29 05:48:14 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-29 05:47:02 -0500 |
commit | c97dff84e0d9a4e0b7048e033d33511e3897c859 (patch) | |
tree | 8fd7d79bed69d1ee85f8945426c066883f2f2352 /sound/isa/Kconfig | |
parent | 0a898e6e500ec8ab98000896fe243c4c0e91c72a (diff) |
ALSA: cmi8330: add MPU-401 support
Add MPU-401 port support for the chip.
Also, update some error messages and description.
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 be2d377ff90a..5915dc41c0ee 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -95,6 +95,7 @@ config SND_CMI8330 | |||
95 | select SND_WSS_LIB | 95 | select SND_WSS_LIB |
96 | select SND_SB16_DSP | 96 | select SND_SB16_DSP |
97 | select SND_OPL3_LIB | 97 | select SND_OPL3_LIB |
98 | select SND_MPU401_UART | ||
98 | help | 99 | help |
99 | Say Y here to include support for soundcards based on the | 100 | Say Y here to include support for soundcards based on the |
100 | C-Media CMI8330 chip. | 101 | C-Media CMI8330 chip. |