11 Sep
2014
11 Sep
'14
9:06 a.m.
On 09/11/2014 05:21 AM, Xavier Hsu wrote:
Hi Charles and Lars-Peter: Thanks for your feedback. I will modify our patch as below.
- Using (codec->control_data = wm8971->regmap;) or (wm8971_get_regmap) to
register regmap.
You should use neither. The ASoC core is able to get the regmap instance by calling dev_get_regmap(), no changes are necessary to the driver.
- Lars