]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8900: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Sun, 16 Oct 2011 15:30:21 +0000 (23:30 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 17 Oct 2011 21:49:28 +0000 (22:49 +0100)
commit4c4d509c472031cd0fb5b7de8d7e0d8a9b85cc98
treeab6832b3f36345ddcdef4762d19acf68187988e0
parentf059344133abcf7ff3e2a9f71e7864f9e635de02
ASoC: wm8900: 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/wm8900.c