At Mon, 15 Jul 2002 15:57:35 +0200,
Tisserand Patrice wrote:
> 
> Hi,
> 
> I wasn't enable to get poll descriptors for a sequencer opened for
> output only,
> so I checked alsa-lib/seq/seq.c and found on line 320 in function
> snd_seq_poll_descriptors:
> 
> if ((events & POLLOUT) && space >= 1) {
>   assert(seq->streams & SND_SEQ_OPEN_INPUT);
>   revents |= POLLOUT|POLLERR;
>  }
> 
> Shouldn't it read: assert(seq->streams & SND_SEQ_OPEN_OUTPUT); ?

yep, an obvious typo.  now fixed on cvs.

thanks,

Takashi


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

Reply via email to