summaryrefslogtreecommitdiffstats
path: root/kernel/dma
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-09-03 12:41:25 +0200
committerTakashi Iwai <tiwai@suse.de>2020-09-09 18:33:36 +0200
commit6053a712472461c3800d4406bea0c8d5ce98df1a (patch)
tree76094bd3df8ec5bed3cd6bf27094b781b7cbb59e /kernel/dma
parent45e4d67f8a53e713833292cc5fef3603294a5914 (diff)
downloadlinux-6053a712472461c3800d4406bea0c8d5ce98df1a.tar.gz
linux-6053a712472461c3800d4406bea0c8d5ce98df1a.tar.bz2
linux-6053a712472461c3800d4406bea0c8d5ce98df1a.zip
ALSA: aloop: Replace tasklet with work
The tasklet is an old API that should be deprecated, usually can be converted to another decent API. In aloop driver, a tasklet is still used for offloading the timer event task. It can be achieved gracefully with a work queued, too. This patch replaces the tasklet usage in aloop driver with a simple work. Link: https://lore.kernel.org/r/20200903104131.21097-6-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'kernel/dma')
0 files changed, 0 insertions, 0 deletions