Re: [alsa-devel] [PATCH v4] ASoC: core: init delayed_work for codec-codec links

2013-08-05 Thread Mark Brown
On Mon, Aug 05, 2013 at 01:17:28PM +0100, Richard Fitzgerald wrote: > 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. Applied, thanks - please send using a normal patch subject line w

Re: [alsa-devel] [PATCH v4] ASoC: core: init delayed_work for codec-codec links

2013-08-05 Thread Richard Fitzgerald
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 --- sound/soc/soc-core.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff -