Skip to content

Commit

Permalink
ASoC: rcar: fixup dma_async_issue_pending() timing
Browse files Browse the repository at this point in the history
DMAEngine will stall without this patch

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Nov 19, 2013
1 parent b5f3d7a commit a0d32bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/sh/rcar/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,8 @@ static void rsnd_dma_do_work(struct work_struct *work)
return;
}

dma_async_issue_pending(dma->chan);
}

dma_async_issue_pending(dma->chan);
}

int rsnd_dma_available(struct rsnd_dma *dma)
Expand Down

0 comments on commit a0d32bc

Please sign in to comment.