diff options
author | Ash Willis <ashwillis@programmer.net> | 2006-03-27 06:20:40 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-31 10:58:58 -0500 |
commit | b3a70d5ece60684c00d7d94ccc42741efdf99336 (patch) | |
tree | 9e3b3f251d94af42fa344afdd5f97b5b67195455 /sound/pci/Kconfig | |
parent | 109a9638f0fe38915838b7b9acd98e7cfa91797f (diff) |
[ALSA] Add snd-als300 driver for Avance Logic ALS300/ALS300+ soundcards
Added snd-als300 driver for Avance Logic ALS300/ALS300+ soundcards
by Ash Willis.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 933ce36a0bbb..a2081803a827 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -15,6 +15,18 @@ config SND_AD1889 | |||
15 | To compile this as a module, choose M here: the module | 15 | To compile this as a module, choose M here: the module |
16 | will be called snd-ad1889. | 16 | will be called snd-ad1889. |
17 | 17 | ||
18 | config SND_ALS300 | ||
19 | tristate "Avance Logic ALS300/ALS300+" | ||
20 | depends on SND | ||
21 | select SND_PCM | ||
22 | select SND_AC97_CODEC | ||
23 | select SND_OPL3_LIB | ||
24 | help | ||
25 | Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ | ||
26 | |||
27 | To compile this driver as a module, choose M here: the module | ||
28 | will be called snd-als300 | ||
29 | |||
18 | config SND_ALS4000 | 30 | config SND_ALS4000 |
19 | tristate "Avance Logic ALS4000" | 31 | tristate "Avance Logic ALS4000" |
20 | depends on SND && ISA_DMA_API | 32 | depends on SND && ISA_DMA_API |