ASoC: tlv320aic3x: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Wed, 26 Oct 2011 14:13:17 +0000 (22:13 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 27 Oct 2011 09:58:28 +0000 (11:58 +0200)
commit9c173d15f99ef182ac4b27e3e03779026d8e6cf1
treed1459a6d40277b4bba0aeec36610d98131e40b60
parentbdb527e9ae038d76917a999108176c5f5be5e35e
ASoC: tlv320aic3x: Use snd_soc_update_bits for read-modify-write

Use snd_soc_update_bits for read-modify-write register access instead of
open-coding it using snd_soc_read and snd_soc_write

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/tlv320aic3x.c