aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/Kconfig
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2007-09-11 15:53:05 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 10:50:21 -0400
commite307258d5b27e3f9cde56df4038c89470710e2e4 (patch)
treed8610808966833d40a49c322712eed45c7559b9c /sound/isa/Kconfig
parente8a7f136f5edb6ae83b14faaa0da2a3c4558f431 (diff)
[ALSA] Gallant SC-6000 driver
This is port of the Gallant SC-6000 driver from the OSS aedsp16 driver. This card was also sold as AudioExcel DSP 16 and Zoltrix AV302 (Audio Plus True 16). Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r--sound/isa/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig
index 6b6aa2c3b85c..08a26d8bce13 100644
--- a/sound/isa/Kconfig
+++ b/sound/isa/Kconfig
@@ -191,6 +191,19 @@ config SND_ES18XX
191 To compile this driver as a module, choose M here: the module 191 To compile this driver as a module, choose M here: the module
192 will be called snd-es18xx. 192 will be called snd-es18xx.
193 193
194config SND_SC6000
195 tristate "Gallant SC-6000, Audio Excel DSP 16"
196 depends on SND
197 select SND_AD1848_LIB
198 select SND_OPL3_LIB
199 select SND_MPU401_UART
200 help
201 Say Y here to include support for Gallant SC-6000 card and clones:
202 Audio Excel DSP 16 and Zoltrix AV302.
203
204 To compile this driver as a module, choose M here: the module
205 will be called snd-sc6000.
206
194config SND_GUS_SYNTH 207config SND_GUS_SYNTH
195 tristate 208 tristate
196 209