I had to patch
linux/drivers/sound/soundcard.c
to get it to compile
(sorry this patch was made after I chdir'ed to
linux/drivers/sound )
--- soundcard.c.new Mon Mar 13 16:23:09 2000
+++ soundcard.c Mon Mar 13 16:24:44 2000
@@ -838,8 +838,8 @@
printk(",%d", hw_config->dma2);
}
printk("\n");
-}
#endif
+}
void conf_printf2(char *name, int base, int irq, int dma, int dma2)
{
@@ -858,8 +858,8 @@
printk(",%d", dma2);
}
printk("\n");
-}
#endif
+}
/*
* Module and lock management
-
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 : Wed Mar 15 2000 - 21:00:26 EST