commit | 6584cb8825e4c74915a5a13756b1902523391d78 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed Jul 06 11:18:33 2011 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Thu Jul 07 09:55:50 2011 +0200 |
tree | e1abfedf3480f98df93fd22586344a9668a9afe5 | |
parent | 9d73242458d9a2fe26e2e240488063d414eacb1c [diff] |
ARM i.MX dma: Fix burstsize settings dmaengine expects the maxburst parameter in words, not bytes. The imxdma driver and its users do this wrong. Fix this. As a side note the imx-pcm-dma-mx2 driver was 'fixed' to work with imx-dma. This broke the driver with imx-sdma support which correctly takes the maxburst parameter in words. This patch puts the sdma based sound back to work. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>