diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-24 23:18:49 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:00:41 -0400 |
commit | 4fa0a18e6404500b906af596997f093369086e85 (patch) | |
tree | 74f880accdd2b474d8060f5d9f03d6ec1f40beae /sound/soc/fsl/imx-ssi.h | |
parent | 0f27460e9903677c81dda2cb1b662fb3b4e6564c (diff) |
ASoC: fsl: remove use of imx-fiq-pcm-audio from imx-ssi
Commit 2bf9d4bbd0fa97ff6f214484f62fc8aca64d1d00 upstream.
Rather than instantiating imx-fiq-pcm-audio to call imx_pcm_fiq_init(),
imx-ssi can just directly call it to save the use of imx-fiq-pcm-audio.
With this change, imx-ssi becomes not only a cpu DAI but also a platform
device, so updates platform device setup in eukrea-tlv320, phycore-ac97
and wm1133-ev1 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/fsl/imx-ssi.h b/sound/soc/fsl/imx-ssi.h index b052fad8f6c7..d5003cefca8d 100644 --- a/sound/soc/fsl/imx-ssi.h +++ b/sound/soc/fsl/imx-ssi.h | |||
@@ -211,8 +211,6 @@ struct imx_ssi { | |||
211 | struct imx_dma_data filter_data_rx; | 211 | struct imx_dma_data filter_data_rx; |
212 | 212 | ||
213 | int enabled; | 213 | int enabled; |
214 | |||
215 | struct platform_device *soc_platform_pdev_fiq; | ||
216 | }; | 214 | }; |
217 | 215 | ||
218 | #endif /* _IMX_SSI_H */ | 216 | #endif /* _IMX_SSI_H */ |