diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-09-03 12:41:29 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-09-09 18:34:20 +0200 |
commit | ce4f25759372bbf6c37b92712b00c1b1b9b4b48e (patch) | |
tree | 5f5e57770c71b499ff0d606b82fe5ac650afd62f /sound/pci/mixart | |
parent | ALSA: riptide: Replace tasklet with threaded irq (diff) | |
download | linux-ce4f25759372bbf6c37b92712b00c1b1b9b4b48e.tar.xz linux-ce4f25759372bbf6c37b92712b00c1b1b9b4b48e.zip |
ALSA: asihpi: Replace tasklet with threaded irq
The tasklet is an old API that should be deprecated, usually can be
converted to another decent API. In ASIHPI 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 asihpi driver with a threaded
IRQ. It also simplified some call patterns.
Link: https://lore.kernel.org/r/20200903104131.21097-10-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/mixart')
0 files changed, 0 insertions, 0 deletions