From: Stephen Warren Date: Thu, 6 Sep 2012 23:47:33 +0000 (-0600) Subject: ASoC: tegra: fix maxburst settings in dmaengine code X-Git-Tag: v3.6-rc6~6^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32826e4aefa905b392d2d862d51365d50d4829b;p=pandora-kernel.git ASoC: tegra: fix maxburst settings in dmaengine code The I2S controllers are programmed with an "attention" level of 4 DWORDs. This must match the configuration passed to the DMA driver, so that when they burst in data, they don't overflow the available FIFO space. Also, the burst size is relevant to the destination for playback, and source for capture, not vice-versa as originally written. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed