ARM i.MX dma: Fix burstsize settings
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 6 Jul 2011 09:18:33 +0000 (11:18 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 Jul 2011 07:55:50 +0000 (09:55 +0200)
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>

No differences found