From: Lars-Peter Clausen Date: Sat, 22 Feb 2014 17:32:05 +0000 (+0100) Subject: ASoC: wm8962: Replace codec->control_data with wm8962->regmap X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~1^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f31d3c898e3e621a34d5d64966f7b830df66f1;p=pandora-kernel.git ASoC: wm8962: Replace codec->control_data with wm8962->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 wm8962 driver for this by using wm8962->regmap instead of accessing the CODEC's control_data field. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed