commit | 8ecb5344fd6409c500c9d5757c3a7130d3d7db5b | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Sat Aug 31 13:51:38 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Tue Sep 17 00:38:36 2013 +0100 |
tree | f93c56f4b7c652264956667630d656b02c57c0c3 | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f [diff] |
ASoC: cq93vc: Don't use control data for core driver data The platform data is being used to obtain the core driver data for the device (which is a bit of an abuse but not the issue at hand) so reference it directly in order to support refactoring to use regmap. Signed-off-by: Mark Brown <broonie@linaro.org>