ASoC: wm{5102, 5110, 8997}: Replace codec->control_data with arizona->regmap
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 1 Mar 2014 12:45:32 +0000 (13:45 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 4 Mar 2014 04:05:21 +0000 (12:05 +0800)
commit055bbe2df957343fece60fe1f60553a9c1005217
treee1dc5060dad76de431248baca7a597da5373ccd9
parent347e5512642da44d15bf8b48ee0fe196b37a78f1
ASoC: wm{5102, 5110, 8997}: Replace codec->control_data with arizona->regmap

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 wm5192, wm5110 and wm8997
drivers for this by using arizona->regmap instead of accessing the CODEC's
control_data field.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8997.c
This page took 0.025301 seconds and 5 git commands to generate.