Re: [Alsa-devel] O_NONBLOCK in 0.5.x

2001-12-17 Thread Shane Wegner
Hi, My appologies. The nonblocking problem relates to ALSA 0.4.x and is using OSS emulation via the standard open("/dev/dsp", O_RDONLY|O_NONBLOCK); Shane On Mon, Dec 17, 2001 at 12:53:24PM -0800, Shane Wegner wrote: > Hi, > > I am writing an application which uses non-blocking I/O and > it s

[Alsa-devel] O_NONBLOCK in 0.5.x

2001-12-17 Thread Shane Wegner
Hi, I am writing an application which uses non-blocking I/O and it seems to be having a bit of trouble with ALSA 0.5.x. With alsa 0.9, it works as expected, reads data and returns short or -EAGAIN when no data is available. On the 0.5 test system, the application will block until it receives al