Re: [PATCH v2] ASoC: core: init delayed_work for codec-codec links

2013-08-02 Thread Mark Brown
On Fri, Aug 02, 2013 at 11:01:08AM +0100, Richard Fitzgerald wrote: > +static void codec2codec_close_delayed_work(struct work_struct *work) > +{ > + /* No action required. > + * C2C links only represent a hardware connection and currently > + * we assume that we don't have to explici

[PATCH v2] ASoC: core: init delayed_work for codec-codec links

2013-08-02 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 | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --