diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-24 23:18:47 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:00:40 -0400 |
commit | 18fc1f9e924571a956d88059376602aed29d7658 (patch) | |
tree | 4f1bb8fdc97386969c3ae13202aab8addd22bdf8 /sound/soc/fsl/imx-ssi.h | |
parent | 22ea0e6c204c35499fd59fe614304919d6e0d39d (diff) |
ASoC: fsl: remove use of imx-pcm-audio from imx-ssi
Commit 3b7d46380beae3de4a0f03ba4dcbd509c97ab503 upstream.
Rather than instantiating imx-pcm-audio to call imx_pcm_dma_init(),
imx-ssi can just directly call it to save the use of imx-pcm-audio.
With this change, imx-ssi becomes not only a cpu DAI but also a
platform device, so updates platform device setup in imx-mc13783 and
mx27vis-aic32x4 accordingly.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'sound/soc/fsl/imx-ssi.h')
-rw-r--r-- | sound/soc/fsl/imx-ssi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-ssi.h b/sound/soc/fsl/imx-ssi.h index bb6b3dbb13fd..b052fad8f6c7 100644 --- a/sound/soc/fsl/imx-ssi.h +++ b/sound/soc/fsl/imx-ssi.h | |||
@@ -212,7 +212,6 @@ struct imx_ssi { | |||
212 | 212 | ||
213 | int enabled; | 213 | int enabled; |
214 | 214 | ||
215 | struct platform_device *soc_platform_pdev; | ||
216 | struct platform_device *soc_platform_pdev_fiq; | 215 | struct platform_device *soc_platform_pdev_fiq; |
217 | }; | 216 | }; |
218 | 217 | ||