ASoC: mioa701_wm9713: Don't opencode CODEC register access
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 3 Nov 2014 18:33:02 +0000 (19:33 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 4 Nov 2014 11:49:48 +0000 (11:49 +0000)
Properly use snd_soc_update_bits() instead of manually calling the CODEC
driver's read and write callbacks. The later will stop working once the
wm9713 driver has been converted to regmap.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found