]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8580: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Mon, 17 Oct 2011 03:50:46 +0000 (11:50 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 17 Oct 2011 21:49:28 +0000 (22:49 +0100)
commitd1e35ebf29e05fef20d1f2fc62602196a5577765
tree897d3ba85a299a6a24e087220e2810a086cc1595
parent4c4d509c472031cd0fb5b7de8d7e0d8a9b85cc98
ASoC: wm8580: 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/wm8580.c