OSDN Git Service

ASoC: siu: convert tasklets to use new tasklet_setup() API
authorAllen Pais <allen.lkml@gmail.com>
Wed, 2 Sep 2020 04:02:18 +0000 (09:32 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 2 Sep 2020 11:26:15 +0000 (13:26 +0200)
commitea0364c01e9539a2ec973ab49df4b3124ec5d0fc
treeea652725c8e9257fd248d50e7848a73721e701c0
parentb07e4a3fb2473e3e55e209e2cd22295276de333a
ASoC: siu: 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-8-allen.lkml@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/sh/siu_pcm.c