]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit8ecb5344fd6409c500c9d5757c3a7130d3d7db5b
treef93c56f4b7c652264956667630d656b02c57c0c3
parent272b98c6455f00884f0350f775c5342358ebb73f
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>
sound/soc/codecs/cq93vc.c