ASoC: tlv320aic32x4: Use snd_soc_update_bits() in aic32x4_set_dai_fmt()
authorAndrew F. Davis <afd@ti.com>
Tue, 12 Dec 2017 22:43:10 +0000 (16:43 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 13 Dec 2017 12:29:14 +0000 (12:29 +0000)
commit60fb4be565c9c44f6999aaa9d18808f1ac49d6ef
tree96025a7357a5fabcd3d18b08c9a34b4af3c45811
parent64aab89974ebddf4cc67e4ed8996d879a9d054b9
ASoC: tlv320aic32x4: Use snd_soc_update_bits() in aic32x4_set_dai_fmt()

Make the code easier to read by using snd_soc_update_bits() over
read/modify/write sequences.

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