]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8960: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Thu, 8 Dec 2011 03:09:15 +0000 (11:09 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 8 Dec 2011 03:37:31 +0000 (11:37 +0800)
commit6b700e31b7b6a40e0adae61a3bbd6cbe893afac9
tree2c290e01491187ffb4a8dfbe65f093e396a11cfc
parente28a5834be2c17cc6b835844d15b153fed89c181
ASoC: wm8960: 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/wm8960.c