ASoC: da732x: Use da732x->regmap instead of codec->control_data
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 22 Feb 2014 17:34:45 +0000 (18:34 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 25 Feb 2014 04:34:08 +0000 (13:34 +0900)
commit30812cca63600a3e4b44b93ed2ec7e00ce572ee0
tree370c87db99f03acf42a9567ffeed66bf09b563ba
parenteeecf1a3f9f4791371bf35035ab9b95ab6aab5e7
ASoC: da732x: Use da732x->regmap instead of codec->control_data

With the ongoing component-ization of the ASoC framework and the continuing
migration to using regmap for IO the control_data field of the snd_soc_codec
struct will eventually be removed. Prepare the da732x driver for this by using
da732x->regmap instead of accessing the CODEC's control_data field.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/da732x.c
This page took 0.025916 seconds and 5 git commands to generate.