linux_kernel/sound/soc/txx9
Takashi Iwai dd8c0c0b37
ASoC: txx9: Replace tasklet with work
The tasklet is an old API that should be deprecated, usually can be
converted to another decent API.  In ASoC TXx9 ACLC driver, a tasklet
is still used for offloading the hardware reset function.  It can be
achieved gracefully with a work queued, too.

This patch replaces the tasklet usage in TXx9 ACLC driver with a
simple work.  The conversion is fairly straightforward.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20200903104749.21435-4-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-09-09 15:42:10 +01:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
txx9aclc-ac97.c ASoC: txx9: add back the hack for a too small resource_size_t 2020-04-21 20:01:50 +02:00
txx9aclc-generic.c Linux 5.2-rc6 2019-06-26 12:39:34 +01:00
txx9aclc.c ASoC: txx9: Replace tasklet with work 2020-09-09 15:42:10 +01:00
txx9aclc.h ASoC: txx9: Replace tasklet with work 2020-09-09 15:42:10 +01:00