On Wed, 27 Aug 2003, Takashi Iwai wrote:

> since i've seen so often the bug reports regarding $SUBJECT, on CVS, i
> changed the default value of dxs_support to 3, i.e. 48k fixed rate.

Thanks. dxs_support=3 fixes the noise with my ECS K7VTA3 5.0.

BTW, 0.9.6 needs to be changed to compile with 2.4.23pre1 it
adds the following to include/linux/interrupt.h

@@ -12,6 +12,12 @@
 #include <asm/ptrace.h>
 #include <asm/system.h>0

+/* For 2.6.x compatibility */
+typedef void irqreturn_t;
+#define IRQ_NONE
+#define IRQ_HANDLED
+#define IRQ_RETVAL(x)
+
 struct irqaction {
        void (*handler)(int, void *, struct pt_regs *);
        unsigned long flags;


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to