OSDN Git Service

ALSA: usb-audio: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Wed, 2 Sep 2020 04:02:20 +0000 (09:32 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 2 Sep 2020 11:26:53 +0000 (13:26 +0200)
commit7fbf9547f3420bae7f3713fc97349767bced5906
tree52c48b0f6babf4381d372d38b60568c2e02ce722
parentad77b35abb53481bc4cd7237ceae14af7275a50d
ALSA: usb-audio: convert tasklets to use new tasklet_setup() API

In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Link: https://lore.kernel.org/r/20200902040221.354941-10-allen.lkml@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/midi.c