]> git.baikalelectronics.ru Git - kernel.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)
commit11618f50788d86a3d2365f84a4e0c0ef74028f27
treef93c56f4b7c652264956667630d656b02c57c0c3
parent5667ee2a76214eb1f98d5ba5c60e1a9aa3440b67
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