]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tlv320aic32x4: Use snd_soc_update_bits for read-modify-write
authorAxel Lin <axel.lin@gmail.com>
Thu, 13 Oct 2011 14:56:34 +0000 (22:56 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 13 Oct 2011 16:38:36 +0000 (17:38 +0100)
commit884673b6d44ca25f007427a41573df39246836d1
treece83ee7e3b7d19cd74c730bdbf7695b1dd9d942b
parentd3a4fcab74374cf5d6cd3aa3f76fd9e8aa28a2f0
ASoC: tlv320aic32x4: 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/tlv320aic32x4.c