diff options
author | Ash Willis <ashwillis@programmer.net> | 2006-03-27 13:20:40 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-31 17:58:58 +0200 |
commit | b3a70d5ece60684c00d7d94ccc42741efdf99336 (patch) | |
tree | 9e3b3f251d94af42fa344afdd5f97b5b67195455 /sound/pci/Kconfig | |
parent | 109a9638f0fe38915838b7b9acd98e7cfa91797f (diff) | |
download | linux-b3a70d5ece60684c00d7d94ccc42741efdf99336.tar.gz linux-b3a70d5ece60684c00d7d94ccc42741efdf99336.tar.bz2 linux-b3a70d5ece60684c00d7d94ccc42741efdf99336.zip |
[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 To compile this as a module, choose M here: the module will be called snd-ad1889. +config SND_ALS300 + tristate "Avance Logic ALS300/ALS300+" + depends on SND + select SND_PCM + select SND_AC97_CODEC + select SND_OPL3_LIB + help + Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ + + To compile this driver as a module, choose M here: the module + will be called snd-als300 + config SND_ALS4000 tristate "Avance Logic ALS4000" depends on SND && ISA_DMA_API |