diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-09-03 12:41:26 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-09-09 18:33:49 +0200 |
commit | 4adab848ae752cc92c4de1403144002f369b079f (patch) | |
tree | ee56203a22f8ba77d09fd2f48028283f6fc3efab /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 6053a712472461c3800d4406bea0c8d5ce98df1a (diff) |
ALSA: hdsp: Replace tasklet with work
The tasklet is an old API that should be deprecated, usually can be
converted to another decent API. In HDSP driver, a tasklet is still
used for offloading the MIDI I/O handling (optional via mixer
switch). It can be achieved gracefully with a work queued, too.
This patch replaces the tasklet usage in HDSP driver with a simple
work. The conversion is fairly straightforward. The only significant
difference is that a superfluous tasklet_kill() call is removed from
snd_hdap_midi_input_trigger().
Link: https://lore.kernel.org/r/20200903104131.21097-7-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions