]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: add new snd_soc_flush_all_delayed_work()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 21 Jan 2019 00:32:37 +0000 (09:32 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 21 Jan 2019 18:13:04 +0000 (18:13 +0000)
commitc4d8baf35eac4cd088d9e498488e65f5ba2aaf48
treec95cb8401964ee5d7a550f64044773bf85ff4758
parent6b0820530b2f829a14e1ad9c803ccdfeaa425176
ASoC: soc-core: add new snd_soc_flush_all_delayed_work()

soc-core is calling flush_delayed_work() many times for same purpose.
Same code in many places makes code un-understandable.
This patch adds new snd_soc_flush_all_delayed_work() for it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c