ASoC: sun4i-i2s: Increase DMA max burst to 8
authorMylène Josserand <mylene.josserand@free-electrons.com>
Tue, 17 Jan 2017 14:02:21 +0000 (15:02 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 17 Jan 2017 18:43:13 +0000 (18:43 +0000)
commitebad64d19377957976963f99ce1fcf2f09796357
tree2176ce2957f857383d856f2678315ec758e654c8
parenta5de5b74a50113564a1e0850e2da96c37c35e55d
ASoC: sun4i-i2s: Increase DMA max burst to 8

As done previously for sun4i-codec, the DMA maxburst of 4
is not supported by every SoCs so the DMA controller engine
returns "unsupported value".

As a maxburst of 8 is supported by all variants, this patch
increases it to 8.

For more details, see commit from Chen-Yu Tsai:
commit 730e2dd0cbc7 ("ASoC: sun4i-codec: Increase DMA max burst to 8")

Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun4i-i2s.c