ASoC: cs42l73: Remove cache bypass for read of ID registers
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Tue, 25 Oct 2016 15:42:31 +0000 (16:42 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 25 Oct 2016 19:21:55 +0000 (20:21 +0100)
commitca493dabbc77a20c1df9a386f192126b863a2437
tree404879afccc5d7fb4c985a1d78ffc5a3c686dc2f
parent1001354ca34179f3db924eb66672442a173147dc
ASoC: cs42l73: Remove cache bypass for read of ID registers

Don't manually enable cache_bypass for reading the ID registers they
don't have a default anyway so the first read will always hit the
hardware. The old code worked this is simply the more standard way
to implement this.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l73.c