ASoC: tlv320aic32x4: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Thu, 13 Oct 2011 14:56:34 +0000 (22:56 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 13 Oct 2011 16:38:36 +0000 (17:38 +0100)
commitbc6ae96a445fe527e32695135130ce4bd24b90d2
treece83ee7e3b7d19cd74c730bdbf7695b1dd9d942b
parent694b00010b0dfe727d485c3472cfe3ad7b91dcc2
ASoC: tlv320aic32x4: 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/tlv320aic32x4.c