diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-09-03 13:47:49 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-09 17:42:10 +0300 |
commit | dd8c0c0b37f1692a1202ea2c6f9d43aa0485faac (patch) | |
tree | 16753eab4578a7b32761b117805d504320dfd566 /sound/soc/atmel | |
parent | d668e640d50a981e35ccf0c87d2742b0ad26fe0c (diff) | |
download | linux-dd8c0c0b37f1692a1202ea2c6f9d43aa0485faac.tar.xz |
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>
Diffstat (limited to 'sound/soc/atmel')
0 files changed, 0 insertions, 0 deletions