]> git.alsa-project.org Git - alsa-oss.git/commit
Fixed O_NONBLOCK behaviour for PCM devices
authorMatthew Hodgson <matthew@mxtelecom.com>
Sat, 19 Mar 2005 15:11:18 +0000 (15:11 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 19 Mar 2005 15:11:18 +0000 (15:11 +0000)
commitb6b054fc82ac99e3470943aabfdbf30a561630f7
treebedc0503cd8f13523ad1ea8b02b2b83fd40421b3
parentf1281f04d5e944d5d581df0c18bbf6cdd157f049
Fixed O_NONBLOCK behaviour for PCM devices

The problem appears to be a typo in alsa-oss/alsa/pcm.c:oss_dsp_open(),
where the mode parameter rather than the oflags parameter is checked for
the O_NONBLOCK flag.

Signed-off-by: Matthew Hodgson <matthew@mxtelecom.com>
alsa/pcm.c