commit | b7c1b73097b48a7922d1320d5a8c8315ff4fae71 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sat Feb 22 18:32:04 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Tue Feb 25 13:35:19 2014 +0900 |
tree | aee9c1f8e19c6a12431f793e73c69cb80c9e59a8 | |
parent | 5cca5a916f7ade910e2996e3b44ddffee8e08caf [diff] |
ASoC: wm8996: Replace codec->control_data with wm8996->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 wm8996 driver for this by using wm8996->regmap instead of accessing the CODEC's control_data field. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>