summaryrefslogtreecommitdiff
path: root/sound/soc/mxs/mxs-saif.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-05-11 14:24:16 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-12 10:04:58 (GMT)
commit4da3fe7851f9288c2479186d390b0de28d51bdb0 (patch)
tree53904cf3ba487e755b1f32e76134b41dd001a6e1 /sound/soc/mxs/mxs-saif.h
parent065899c9974c4adf45ddc308d84a2a7df519f70b (diff)
downloadlinux-fsl-qoriq-4da3fe7851f9288c2479186d390b0de28d51bdb0.tar.xz
ASoC: mxs: mxs-pcm does not need to be a plaform_driver
Same as the commit 518de86 (ASoC: tegra: register 'platform' from DAIs, get rid of pdev), it makes mxs-pcm not a platform_driver but helper to register "platform", so that the platform_device for mxs-pcm can be saved completely. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mxs/mxs-saif.h')
-rw-r--r--sound/soc/mxs/mxs-saif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mxs/mxs-saif.h b/sound/soc/mxs/mxs-saif.h
index 12c91e4..3cb342e 100644
--- a/sound/soc/mxs/mxs-saif.h
+++ b/sound/soc/mxs/mxs-saif.h
@@ -123,7 +123,6 @@ struct mxs_saif {
unsigned int cur_rate;
unsigned int ongoing;
- struct platform_device *soc_platform_pdev;
u32 fifo_underrun;
u32 fifo_overrun;
};