ASoC: ak5558: Remove redundant snd_soc_component_read32 calls
authorAxel Lin <axel.lin@ingics.com>
Tue, 6 Nov 2018 09:39:19 +0000 (17:39 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 6 Nov 2018 17:20:40 +0000 (17:20 +0000)
commit39dfdf00c7a56b2a8c01c596f6522f089428b1c7
tree67088eaab000a808910fdb3c44efd4ec2a4f9f7a
parentc0ea089dbad47a41ae30ad290766d7a6571c9802
ASoC: ak5558: Remove redundant snd_soc_component_read32 calls

snd_soc_component_update_bits() will only update the mask bits,
so remove the redundant snd_soc_component_read32().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak5558.c