commit | b0a2712ffdde139f95d3e78c359877b23709509a | [log] [tgz] |
---|---|---|
author | John Bonesio <bones@secretlab.ca> | Wed Jul 29 08:38:55 2009 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Aug 05 22:10:14 2009 +0100 |
tree | 6ce89ac1c71324f438b7869cef07c9c1066ade96 | |
parent | 4bc4c9a5f5206d795e9ee1af8b0b074d126354af [diff] |
ASoC: MPC5200: Support for buffer wrap around The code in psc_dma_bcom_enqueue_tx() didn't account for the fact that s->runtime->control->appl_ptr can wrap around to the beginning of the buffer. This change fixes this problem. Signed-off-by: John Bonesio <bones@secretlab.ca> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>