commit | 3c43c69537daa044c61965fad24e24ad392c4166 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Dec 12 00:49:22 2013 +0000 |
committer | Mark Brown <broonie@linaro.org> | Tue Dec 17 11:34:39 2013 +0000 |
tree | a0157a0f9230500f6d79bc06db6827c0b535ea9c | |
parent | d733dc0828cfb230171ae7420a6e8c344ec8473a [diff] |
ASoC: arizona: Use async writes 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>