Index: alsa-driver/pci/Kconfig =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pci/Kconfig,v retrieving revision 1.19 diff -u -r1.19 Kconfig --- alsa-driver/pci/Kconfig 24 May 2004 13:27:31 -0000 1.19 +++ alsa-driver/pci/Kconfig 1 Jun 2004 11:29:57 -0000 @@ -26,6 +26,14 @@ Say 'Y' or 'M' to include support for Sound Blaster Live Dell OEM version. +config SND_AUDIGYLS + tristate "SB Audigy LS" + depends on SND + select SND_AC97_CODEC + help + Say 'Y' or 'M' to include support for Sound Blaster Audigy LS + OEM version. + config SND_ATIIXP_MODEM tristate "ATI IXP 150/200/250 Modem" depends on SND Index: alsa-driver/pci/emu10k1/Makefile =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pci/emu10k1/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- alsa-driver/pci/emu10k1/Makefile 14 May 2004 13:42:49 -0000 1.6 +++ alsa-driver/pci/emu10k1/Makefile 1 Jun 2004 11:29:57 -0000 @@ -6,8 +6,10 @@ include $(SND_TOPDIR)/Makefile.conf snd-emu10k1x-objs := emu10k1x.o +snd-audigyls-objs := audigyls.o obj-$(CONFIG_SND_EMU10K1X) += snd-emu10k1x.o +obj-$(CONFIG_SND_AUDIGYLS) += snd-audigyls.o export-objs := emu10k1_main.o