]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: wm8750: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Tue, 4 Oct 2011 03:17:24 +0000 (11:17 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 4 Oct 2011 15:05:11 +0000 (16:05 +0100)
commitf5b00d024fb3308a42610d23f9b8d5d5d9fad8eb
treeb97431b935b31a5067e673e21a50dcf4962f2dea
parent1a3bbb40da5c01e422309f52475e91886c573718
ASoC: wm8750: 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/wm8750.c