OSDN Git Service

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)
commit5b0959d472c215e6d712ac47e64110bd125ddd07
tree9623fca8f2a2219cf37de7c7855466dae40b0bd2
parent806955dd9cf071ecd99acbaa8c73ae1f34dcf83d
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