cs46xx only works as a module - only outputs sound when pcm/dspis in use.

2000-10-12 Thread Peter Samuelson
[Dan Aloni] > --- linux/drivers/sound/cs46xx.c Sat Oct 7 11:49:18 2000 > +++ linux/drivers/sound/cs46xx.c Wed Oct 11 07:41:02 2000 [...] > +#define DEBUG > + Note that for trivial, temporary cases like this it may be simpler to use a compiler flag: make modules

cs46xx only works as a module - only outputs sound when pcm/dspis in use.

2000-10-12 Thread Peter Samuelson
[Dan Aloni] --- linux/drivers/sound/cs46xx.c Sat Oct 7 11:49:18 2000 +++ linux/drivers/sound/cs46xx.c Wed Oct 11 07:41:02 2000 [...] +#define DEBUG + Note that for trivial, temporary cases like this it may be simpler to use a compiler flag: make modules CFLAGS_cs46xx.o=-DDEBUG

Re: cs46xx only works as a module - only outputs sound when pcm/dspis in use.

2000-10-10 Thread Dan Aloni
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

Re: cs46xx only works as a module - only outputs sound when pcm/dspis in use.

2000-10-10 Thread Dan Aloni
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