ASoC: wm8988: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Tue, 4 Oct 2011 01:59:26 +0000 (09:59 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 4 Oct 2011 11:03:49 +0000 (12:03 +0100)
commit9cd113261b7d38b96e6edac688790bb965e23566
tree459070e9a825f6d4cbd5061a0d6a671b5918dd18
parentc6d43417dd0ff6d4431f6f52e6eac1f48ff779b2
ASoC: wm8988: 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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8988.c