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)
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>

No differences found