diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-10 17:33:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-11 09:56:03 -0400 |
commit | 6e28f976ec73aec688bf89a63ac719ba765e9360 (patch) | |
tree | 577b6bc78be727a4c6843cbe7e1e9778028e782a /sound/soc/codecs/wm8994.c | |
parent | 063b7cc43fb2413238095b81f9b4a2ee2c52056b (diff) |
ASoC: Use spi_write() for SPI writes
do_spi_write() is just an open coded copy of do_spi_write() so we can
delete it and just call spi_write() directly. Indeed, as a result of
recent refactoring all the SPI write functions are just very long
wrappers around spi_write() which don't add anything except for some
pointless copies so we can just use spi_write() as the hw_write
operation directly. It should be as type safe to do this as it is to do
the same thing with I2C and it saves us a bunch of code.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
0 files changed, 0 insertions, 0 deletions