dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/oss/dmasound
Al Viro 4b30fbde91 oss: fix O_NONBLOCK in dmasound_core
We broke O_NONBLOCK handling in OSS dmasound_core in 2.3.11-pre3 - the
original code copied f_flags to open_mode and then checked for
O_NONBLOCK in there, but that got changed to copying f_mode and
O_NONBLOCK has not reached that field in any kernel version.

Since we do not care for any other bits, the fix is obvious...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-11-01 12:40:38 -07:00
..
Kconfig sound: make OSS sound core optional 2008-08-29 10:06:21 +02:00
Makefile The next round of scheduled OSS code removal 2007-10-18 14:37:26 -07:00
dmasound.h oss: fix O_NONBLOCK in dmasound_core 2008-11-01 12:40:38 -07:00
dmasound_atari.c [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
dmasound_core.c oss: fix O_NONBLOCK in dmasound_core 2008-11-01 12:40:38 -07:00
dmasound_paula.c sound: sound/oss/dmasound/: cleanups 2008-06-13 16:29:50 +02:00
dmasound_q40.c sound: sound/oss/dmasound/: cleanups 2008-06-13 16:29:50 +02:00