]> git.openfabrics.org - ~emulex/infiniband.git/commit
ASoC: tlv320aic3x: Use snd_soc_read and snd_soc_write
authorJarkko Nikula <jhnikula@gmail.com>
Tue, 14 Sep 2010 11:54:47 +0000 (14:54 +0300)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 15 Sep 2010 12:56:15 +0000 (13:56 +0100)
commite18eca4303c67ac58c75e72c7318e9709188f40d
tree7fa8f32dc95bfd42a663866083662d7999350413
parent2c4ee9b579d17006ad9a83f13e3ae15c142dc41e
ASoC: tlv320aic3x: Use snd_soc_read and snd_soc_write

Start phasing out aic3x_read_reg_cache, aic3x_write_reg_cache, aic3x_read and
aic3x_write calls in order to switch to soc-cache helpers.

This patch replaces aic3x_read_reg_cache and aic3x_write with snd_soc_read
and snd_soc_write. This is basically null-op since .read and .write in
soc_codec_dev_aic3x points to aic3x_read_reg_cache and aic3x_write.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/tlv320aic3x.c