Re: [OT] ALSA userspace API complexity

From: Jaroslav Kysela
Date: Tue Jan 10 2006 - 09:06:59 EST


On Tue, 10 Jan 2006, Hannu Savolainen wrote:

> On Tue, 10 Jan 2006, Jaroslav Kysela wrote:
>
> > Overloading interrupt handlers with extra things is evil (and I bet you're
> > mixing samples in the interrupt handler). Even the network stack uses
> > interrupts only for DMA management and not for any extra operations.
> You mean it's evil because nobody else is doing it? Then it must be
> evil or rather voodoo.

No, I mean that it's quite obvious bad design, because you might increase
interrupt latencies for other drivers.

Jaroslav

-----
Jaroslav Kysela <perex@xxxxxxx>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/