commit | 2ac55daffee5af04b13f96e6acef63a8e4bfff85 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Sep 03 12:41:28 2020 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Sep 09 18:34:10 2020 +0200 |
tree | 98f343d8d449b1eb1bba653afb4463a2b1db7812 | |
parent | a2e527c5a3ebcf248b51705ef44f6700403fd8e3 [diff] |
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>