summaryrefslogtreecommitdiff
path: root/sound/pci/Makefile
diff options
context:
space:
mode:
authorAsh Willis <ashwillis@programmer.net>2006-03-27 13:20:40 +0200
committerJaroslav Kysela <perex@suse.cz>2006-03-31 17:58:58 +0200
commitb3a70d5ece60684c00d7d94ccc42741efdf99336 (patch)
tree9e3b3f251d94af42fa344afdd5f97b5b67195455 /sound/pci/Makefile
parent109a9638f0fe38915838b7b9acd98e7cfa91797f (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/Makefile')
-rw-r--r--sound/pci/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile
index daa4253ed65f..cba5105aafea 100644
--- a/sound/pci/Makefile
+++ b/sound/pci/Makefile
@@ -4,6 +4,7 @@
#
snd-ad1889-objs := ad1889.o
+snd-als300-objs := als300.o
snd-als4000-objs := als4000.o
snd-atiixp-objs := atiixp.o
snd-atiixp-modem-objs := atiixp_modem.o
@@ -27,6 +28,7 @@ snd-via82xx-modem-objs := via82xx_modem.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_AD1889) += snd-ad1889.o
+obj-$(CONFIG_SND_ALS300) += snd-als300.o
obj-$(CONFIG_SND_ALS4000) += snd-als4000.o
obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o
obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o