]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit076490e16d1d221801a56de23c24e07fc6822cb5
tree27e1543b2a0e441a3929b51a48bf64b77c8f06b7
parent309066ade73296669cf9a2d0d18d07a5face0ae2
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