ASoC: arizona: Use async writes
authorMark Brown <broonie@linaro.org>
Thu, 12 Dec 2013 00:49:22 +0000 (00:49 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 11:34:39 +0000 (11:34 +0000)
Where possible write to the device asynchronously, allowing better
performance when used with a bus like SPI which supports this by
minimising the need to context switch back to the driver to get the
next bit of data.

Signed-off-by: Mark Brown <broonie@linaro.org>
Tested-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>

No differences found