ASoC: rt700-sdw: use cancel_work_sync() in .remove as well as .suspend
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 4 Feb 2021 20:17:36 +0000 (14:17 -0600)
committerMark Brown <broonie@kernel.org>
Fri, 5 Feb 2021 13:13:19 +0000 (13:13 +0000)
commit737ee8bdf682cedb3c42b713d20ffa5c899591fb
tree05bcde86b2d9bc87eba6fe1b6beb32247097006f
parente681b1a6d706b4e54c3847bb822531b4660234f3
ASoC: rt700-sdw: use cancel_work_sync() in .remove as well as .suspend

Make sure the workqueues are not running after the .remove() callback,
which can lead to timeout errors.

A previous fix to use cancel_work_sync was applied for the suspend
case but the remove case is missing

Fixes: 5f2df2a4583b ('ASoC: rt700: wait for the delayed work to finish when the system suspends')
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@linux.intel.com>
Link: https://lore.kernel.org/r/20210204201739.25206-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt700-sdw.c