commit | 219df32faec97349516c29f33008fea59a46e99a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Nov 03 08:17:05 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Nov 03 08:57:12 2008 +0100 |
tree | 36dcaeaa04b23c35e6abbec1b219618b9e459dbb | |
parent | 8cd2b264d92bb949ddccfb6db6a82254bb07af75 [diff] |
ALSA: rawmidi - Add open check in rawmidi callbacks 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>