linux-2.3.99-pre7/drivers/sound/via82cxxx_audio.c is apparently
missing a declaration of a "flags" variable. Here is a patch to make
it compile.
Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."
--------------------------CUT HERE-------------------------------------
--- /tmp/adam/linux-2.3.99-pre7/drivers/sound/via82cxxx_audio.c Thu May 11 13:45:35 2000
+++ linux/drivers/sound/via82cxxx_audio.c Thu May 11 19:59:20 2000
@@ -1736,6 +1736,7 @@
{
int rc = -EINVAL, rd=0, wr=0, val=0;
struct via_info *card;
+ unsigned long flags;
DPRINTK ("ENTER, cmd = 0x%08X\n", cmd);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:19 EST