2 Apr
2008
2 Apr
'08
1:43 p.m.
Found a solution for the interrupt problem with kernel 2.6.15: manually edited in include/config.h from:
/* #undef CONFIG_SND_NEW_IRQ_HANDLER */
to:
#define CONFIG_SND_NEW_IRQ_HANDLER 1
Maybe I should submit a bug report in ALSA 1.0.16...