]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8711: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Tue, 4 Oct 2011 01:55:45 +0000 (09:55 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 4 Oct 2011 11:03:48 +0000 (12:03 +0100)
commitae533fb2a0b744ea9b4fa4993e24ea8c4cfd46ab
tree1f2f005bb2b920c97da0eb32f4efeac8cfbc2c35
parent6a2fc1f2cf0c47b7e2b454e80c3be78b9d3ee14d
ASoC: wm8711: 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/wm8711.c