commit | f5cab3b8976d59c6166228874a5af3d87c94c723 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Jan 23 18:40:27 2014 -0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Feb 03 12:41:37 2014 +0000 |
tree | 54ad0a3254d423f9e98b488d3e2e033726ec82bd | |
parent | 64de62b38641dec05905930024133726c540040e [diff] |
ASoC: rsnd: don't use schedule_work() when rsnd_dma_start() rsnd_dma_start() is the function to start DMAEngine. Current code is using schedule_work() for it, but it breaks DMAC/SSI register setting timing. Don't use schedule_work() on it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>