diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-09-03 13:41:23 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-09-09 19:33:03 +0300 |
commit | c7d9efdff68e00350e611227ad191ce347b88ea5 (patch) | |
tree | 057d891feedb03769ba9bea39cafa95414d0b627 /sound/usb/mixer_scarlett.h | |
parent | bf0835957f553aeddec896f3de386562536feee4 (diff) | |
download | linux-c7d9efdff68e00350e611227ad191ce347b88ea5.tar.xz |
ALSA: usb-audio: Replace tasklet with work
The tasklet is an old API that should be deprecated, usually can be
converted to another decent API. In USB-audio driver, a tasklet is
still used in MIDI interface code for handling the output byte
stream. It can be achieved gracefully with a work queued in the
high-prio system workqueue.
This patch replaces the tasklet usage in USB-audio driver with a
simple work.
Link: https://lore.kernel.org/r/20200903104131.21097-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer_scarlett.h')
0 files changed, 0 insertions, 0 deletions