commit | ad77b35abb53481bc4cd7237ceae14af7275a50d | [log] [tgz] |
---|---|---|
author | Allen Pais <[email protected]> | Wed Sep 02 09:32:19 2020 +0530 |
committer | Takashi Iwai <[email protected]> | Wed Sep 02 13:26:33 2020 +0200 |
tree | e3355342cb74ee0dddb04fb5fd52a1fe623a2296 | |
parent | ea0364c01e9539a2ec973ab49df4b3124ec5d0fc [diff] |
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 <[email protected]> Signed-off-by: Allen Pais <[email protected]> Acked-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>