ALSA: rawmidi - Add open check in rawmidi callbacks
authorTakashi Iwai <tiwai@suse.de>
Mon, 3 Nov 2008 07:17:05 +0000 (08:17 +0100)
committerTakashi 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