ASoC: tlv320aic32x4: Use snd_soc_update_bits() in aic32x4_hw_params()
authorAndrew F. Davis <afd@ti.com>
Tue, 12 Dec 2017 22:43:09 +0000 (16:43 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 13 Dec 2017 12:28:55 +0000 (12:28 +0000)
commit64aab89974ebddf4cc67e4ed8996d879a9d054b9
treef558f7fa8329cff8f89abf6116b782094d14bad3
parentb7ddd9cab7d1c800db83e442e881d8cb3f755633
ASoC: tlv320aic32x4: Use snd_soc_update_bits() in aic32x4_hw_params()

Make the code easier to read by using snd_soc_update_bits() over
read/modify/write sequences. Also use separate per-register
variables instead of re-using "data". This can prevent accidental
over-writing and makes it clear for which register each bit value is
intended.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic32x4.c
sound/soc/codecs/tlv320aic32x4.h