commit | bd4893492bfc6081da55e445d200c1a832770a06 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Dec 12 00:49:50 2013 +0000 |
committer | Mark Brown <broonie@linaro.org> | Tue Dec 17 11:35:01 2013 +0000 |
tree | 39ba59c4cfa20db48ea67dda371b53999dffef14 | |
parent | 3c43c69537daa044c61965fad24e24ad392c4166 [diff] |
ASoC: wm5102: 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> Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>