]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tlv320aic26: Use snd_soc_update_bits()
authorMark Brown <broonie@linaro.org>
Wed, 25 Sep 2013 12:14:41 +0000 (13:14 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 25 Sep 2013 12:30:59 +0000 (13:30 +0100)
commit8b8f1c001c9d101b91e260fea48fa1cf1322bec8
tree9623fca8f2a2219cf37de7c7855466dae40b0bd2
parent0f6eb3521ac1d657087ccb6fe8ea90b0fc04387c
ASoC: tlv320aic26: Use snd_soc_update_bits()

Use snd_soc_update_bits() rather than open coding. Since the register cache
is currently only used where update_bits() is used this means the current
register cache can be removed entirely.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tlv320aic26.c