android_kernel_samsung_msm8976/sound/oss
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
..
dmasound oss: fix O_NONBLOCK in dmasound_core 2008-11-01 12:40:38 -07:00
.gitignore
ac97_codec.c
ad1848.c
ad1848.h
ad1848_mixer.h
aedsp16.c
au1550_ac97.c [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
audio.c
bin2hex.c
CHANGELOG
coproc.h
dev_table.c
dev_table.h
dmabuf.c
hex2hex.c
kahlua.c sound: use a common working email address 2008-10-27 16:36:30 +01:00
Kconfig
Makefile
midi_ctrl.h
midi_synth.c
midi_synth.h
midibuf.c
mpu401.c
mpu401.h
msnd.c
msnd.h [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
msnd_classic.c
msnd_classic.h
msnd_pinnacle.c
msnd_pinnacle.h
opl3.c
opl3_hw.h
os.h
pas2.h
pas2_card.c
pas2_midi.c
pas2_mixer.c
pas2_pcm.c
pss.c
README.FIRST
sb.h
sb_audio.c
sb_card.c
sb_card.h
sb_common.c
sb_ess.c
sb_ess.h
sb_midi.c
sb_mixer.c
sb_mixer.h
sequencer.c
sh_dac_audio.c
sound_calls.h
sound_config.h [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
sound_firmware.h
sound_timer.c
soundcard.c
soundvers.h
sscape.c
swarm_cs4297a.c [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
sys_timer.c
trix.c
tuning.h
uart401.c
uart6850.c
ulaw.h
v_midi.c
v_midi.h
vidc.c
vidc.h
vidc_fill.S
vwsnd.c [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
waveartist.c
waveartist.h

The modular sound driver patches were funded by Red Hat Software 
(www.redhat.com). The sound driver here is thus a modified version of 
Hannu's code. Please bear that in mind when considering the appropriate
forums for bug reporting. 

Alan Cox