ALSA: riptide: Replace tasklet with threaded irq
authorTakashi Iwai <tiwai@suse.de>
Thu, 3 Sep 2020 10:41:28 +0000 (12:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Sep 2020 16:34:10 +0000 (18:34 +0200)
commit2ac55daffee5af04b13f96e6acef63a8e4bfff85
tree98f343d8d449b1eb1bba653afb4463a2b1db7812
parenta2e527c5a3ebcf248b51705ef44f6700403fd8e3
ALSA: riptide: Replace tasklet with threaded irq

The tasklet is an old API that should be deprecated, usually can be
converted to another decent API.  In Riptide driver, a tasklet is
still used for offloading the PCM IRQ handling.  It can be achieved
gracefully with a threaded IRQ, too.

This patch replaces the tasklet usage in riptide driver with a
threaded IRQ.

Link: https://lore.kernel.org/r/20200903104131.21097-9-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/riptide/riptide.c