commit | 9d58a077465ff23b935042bf1cbdac64cdb78a2c | [log] [tgz] |
---|---|---|
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | Mon Aug 05 13:17:28 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Aug 05 17:07:57 2013 +0100 |
tree | 1f9197e107c4365d4d44f6e28724a9e90632306f | |
parent | 5f6e7d52c4959019d12a7deebbde548884a917d1 [diff] |
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>