commit | 959e4083cd9c43fb3e818984926f9c590ee0aa2b | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Dec 12 00:49:56 2013 +0000 |
committer | Mark Brown <broonie@linaro.org> | Tue Dec 17 11:35:07 2013 +0000 |
tree | 7cd64bddca31f63ef1b5fbd76ea78500b8999178 | |
parent | bd4893492bfc6081da55e445d200c1a832770a06 [diff] |
ASoC: wm5110: Use async writes When writing the patch 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>