ASoC: stac9766: Remove ac97_read/ac97_write wrappers
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 4 Nov 2016 17:26:57 +0000 (18:26 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 4 Nov 2016 17:43:08 +0000 (11:43 -0600)
commit7aacbc7ff7f6da9ec6deb833154f0883497ab82f
tree3901d8931a825d570ebde003c17b9d5aaf8ae585
parent6bbf787bb70c8a16509a2d51182423a6f6977742
ASoC: stac9766: Remove ac97_read/ac97_write wrappers

Since the regmap conversion ac97_read/ac97_write are just simple wrappers
around snd_soc_read/snd_soc_write. Use those instead directly and remove
the wrappers.

Also use snd_soc_update_bits() where appropriate.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/stac9766.c