ASoC: core: init delayed_work for codec-codec links
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Mon, 5 Aug 2013 12:17:28 +0000 (13:17 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 5 Aug 2013 16:07:57 +0000 (17:07 +0100)
commit9d58a077465ff23b935042bf1cbdac64cdb78a2c
tree1f9197e107c4365d4d44f6e28724a9e90632306f
parent5f6e7d52c4959019d12a7deebbde548884a917d1
ASoC: core: init delayed_work for codec-codec links

We must init the delayed_work for codec-codec links
otherwise shutting down the DAI chain will fault when
calling flush_delayed_work_sync() on the linked DAI.

Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-core.c