git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd2b26
)
ALSA: rawmidi - Add open check in rawmidi callbacks
author
Takashi Iwai
<tiwai@suse.de>
Mon, 3 Nov 2008 07:17:05 +0000
(08:17 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 3 Nov 2008 07:57:12 +0000
(08:57 +0100)
The drivers (e.g. mtpav) may call rawmidi functions in irq handlers
even though the streams are not opened. This results in Oops or panic.
This patch adds the rawmidi state check before actually operating the
rawmidi buffers.
Tested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found