ALSA: rawmidi - Use workq for event handling
authorTakashi Iwai <tiwai@suse.de>
Tue, 14 Jun 2011 12:37:06 +0000 (14:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 14 Jun 2011 12:37:06 +0000 (14:37 +0200)
commitb3c705aa9e9147a30009bdf6ba853aa7fe138e58
tree27e1543b2a0e441a3929b51a48bf64b77c8f06b7
parent30bdee0259093e114c711943902c834e5c3326c5
ALSA: rawmidi - Use workq for event handling

Kill tasklet usage in rawmidi core code.  Use workq for the event callback
instead of tasklet (which is used only in core/seq/seq_midi.c).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/rawmidi.h
sound/core/rawmidi.c