Index: alsa-driver/pci/Kconfig =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pci/Kconfig,v retrieving revision 1.21 diff -u -r1.21 Kconfig --- alsa-driver/pci/Kconfig 12 Jul 2004 14:16:17 -0000 1.21 +++ alsa-driver/pci/Kconfig 14 Jul 2004 12:08:39 -0000 @@ -34,4 +34,12 @@ Say 'Y' or 'M' to include support for Sound Blaster Audigy LS OEM version. +config SND_P16V + tristate "SB Audigy 2 P16V" + depends on SND + select SND_AC97_CODEC + help + Say 'Y' or 'M' to include support for Sound Blaster Audigy 2 P16V + OEM version. + endmenu Index: alsa-driver/pci/emu10k1/Makefile =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pci/emu10k1/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- alsa-driver/pci/emu10k1/Makefile 18 Jun 2004 14:21:20 -0000 1.7 +++ alsa-driver/pci/emu10k1/Makefile 14 Jul 2004 12:08:39 -0000 @@ -7,9 +7,11 @@ snd-emu10k1x-objs := emu10k1x.o snd-audigyls-objs := audigyls.o +snd-p16v-objs := p16v.o obj-$(CONFIG_SND_EMU10K1X) += snd-emu10k1x.o obj-$(CONFIG_SND_AUDIGYLS) += snd-audigyls.o +obj-$(CONFIG_SND_P16V) += snd-p16v.o export-objs := emu10k1_main.o