Kernel compile error in ac97.c
Miguel Mendez
flynn at energyhq.es.eu.org
Thu Jan 22 09:27:33 PST 2004
cvsup'd a couple of hours ago, and make buildkernel dies in ac97.c, see
attached trivial patch.
Cheers,
--
Miguel Mendez <flynn at xxxxxxxxxxxxxxxxxx>
http://www.energyhq.es.eu.org
PGP Key: 0xDC8514F1
--- sys/dev/sound/pcm/ac97.c.orig Thu Jan 22 18:21:39 2004
+++ sys/dev/sound/pcm/ac97.c Thu Jan 22 18:21:51 2004
@@ -199,7 +199,7 @@
{ 0x54524106, 0x00, 0, "TR28026", 0 },
{ 0x54524108, 0x00, 0, "TR28028", 0 },
{ 0x54524123, 0x00, 0, "TR28602", 0 },
- { 0x54524e03, 0x07, 0, "TLV320AIC27" 0 },
+ { 0x54524e03, 0x07, 0, "TLV320AIC27", 0 },
{ 0x54584e20, 0x00, 0, "TLC320AD90", 0 },
{ 0x56494161, 0x00, 0, "VIA1612A", 0 },
{ 0x574d4c00, 0x00, 0, "WM9701A", 0 },
More information about the Kernel
mailing list