ASoC: cq93vc: Don't use control data for core driver data
authorMark Brown <broonie@linaro.org>
Sat, 31 Aug 2013 12:51:38 +0000 (13:51 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 16 Sep 2013 23:38:36 +0000 (00:38 +0100)
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>

No differences found