On Tue, 10 Oct 2000, David Ford wrote:

> 1) cs46xx only works as a module.  Even when it is compiled into the
> kernel, I can still load the cs46xx module..which will work.  When
> compiled in, it shows zero indication of actually being in there, no
> boot messages etc.

It would be very helpful if you compile it with #define DEBUG, it will
increase its verbosity. I'm forwarding this to the linux-sound
mailing list.

--- linux/drivers/sound/cs46xx.c        Sat Oct  7 11:49:18 2000
+++ linux/drivers/sound/cs46xx.c        Wed Oct 11 07:41:02 2000
@@ -51,6 +51,8 @@
 
 #include "cs461x.h"
 
+#define DEBUG
+
 #define ADC_RUNNING    1
 #define DAC_RUNNING    2
 



-- 
Dan Aloni 
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to