ASoC: ak4671: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Thu, 20 Oct 2011 02:54:13 +0000 (10:54 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 20 Oct 2011 14:02:26 +0000 (15:02 +0100)
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>

No differences found