On Wed, Nov 08, 2006 at 12:20:42AM +0000, James
Courtier-Dutton wrote:
The current jackd skips a step in the processing
of the poll events.
Basically what happens comes down to (ignoring error
checking and timeouts):
- The set of pollfd is poll()'ed until all are ready.
Applications must not look at ALSA's pollfds, they must use
snd_pcm_poll_descriptors_revents() instead.
Regards,
Clemens