OSDN Git Service

ASoC: txx9: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Wed, 2 Sep 2020 04:02:19 +0000 (09:32 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 2 Sep 2020 11:26:33 +0000 (13:26 +0200)
commitad77b35abb53481bc4cd7237ceae14af7275a50d
treee3355342cb74ee0dddb04fb5fd52a1fe623a2296
parentea0364c01e9539a2ec973ab49df4b3124ec5d0fc
ASoC: txx9: convert tasklets to use new tasklet_setup() API

In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20200902040221.354941-9-allen.lkml@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/txx9/txx9aclc.c