ALSA Via 686A build problem, patch

Eric Warmenhoven (warmenhoven@yahoo.com)
Wed, 13 Feb 2002 18:39:19 -0800


--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

I had trouble building 2.5.5-pre1 with ALSA and its Via 82C686A driver,
because in linux/sound/pci/ac97/Makefile, there seems to be a typo. I've
attached a patch.

Eric

--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ac97typo.patch"

--- linux-2.5.5-pre1/sound/pci/ac97/Makefile Wed Feb 13 18:31:53 2002
+++ linux/sound/pci/ac97/Makefile Wed Feb 13 16:43:23 2002
@@ -21,7 +21,7 @@
obj-$(CONFIG_SND_ICE1712) += snd-ac97-codec.o
obj-$(CONFIG_SND_INTEL8X0) += snd-ac97-codec.o
obj-$(CONFIG_SND_MAESTRO3) += snd-ac97-codec.o
-obj-$(CONFIG_SND_VIA686A) += snd-ac97-codec.o
+obj-$(CONFIG_SND_VIA686) += snd-ac97-codec.o
obj-$(CONFIG_SND_VIA8233) += snd-ac97-codec.o
obj-$(CONFIG_SND_ALI5451) += snd-ac97-codec.o
obj-$(CONFIG_SND_CS46XX) += snd-ac97-codec.o

--IJpNTDwzlM2Ie8A6--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/