X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fpci%2FMakefile;h=e06736da9ef196e8fc766d2c2c96a8f7258ec94d;hb=86d72bdfcd34c9cd8acddf749ff130d5365fe279;hp=42fabfcfc2a9aabdbabaeb11a641aeacfbbed1a8;hpb=fac84ef26759a3725bfc53ae3abf21976360aff3;p=pandora-kernel.git diff --git a/sound/pci/Makefile b/sound/pci/Makefile index 42fabfcfc2a9..e06736da9ef1 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 @@ -54,12 +56,16 @@ obj-$(CONFIG_SND) += \ au88x0/ \ ca0106/ \ cs46xx/ \ + cs5535audio/ \ + echoaudio/ \ emu10k1/ \ hda/ \ ice1712/ \ korg1212/ \ mixart/ \ nm256/ \ + pcxhr/ \ + riptide/ \ rme9652/ \ trident/ \ ymfpci/ \