diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-04 12:05:42 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-05 09:14:13 -0400 |
commit | f562be51fe9021c913e661c46681cb5bae70f369 (patch) | |
tree | 61dea5f616064563b690e2721542f4656771b535 /sound/soc/imx/imx-ssi.h | |
parent | bf0199b7a5085e8d1908d2b0a9c530ed8d142fb8 (diff) |
ASoC i.MX: register dma audio device
We have two different transfer methods on i.MX: FIQ and DMA. Since
the merge of the ASoC multicomponent support the DMA device is lost.
Add it again. Also, imx_ssi_dai_probe has to be called for !AC97
aswell.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx/imx-ssi.h')
-rw-r--r-- | sound/soc/imx/imx-ssi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/imx/imx-ssi.h b/sound/soc/imx/imx-ssi.h index 53b780d9b2b0..4fc17da11866 100644 --- a/sound/soc/imx/imx-ssi.h +++ b/sound/soc/imx/imx-ssi.h | |||
@@ -212,6 +212,7 @@ struct imx_ssi { | |||
212 | int enabled; | 212 | int enabled; |
213 | 213 | ||
214 | struct platform_device *soc_platform_pdev; | 214 | struct platform_device *soc_platform_pdev; |
215 | struct platform_device *soc_platform_pdev_fiq; | ||
215 | }; | 216 | }; |
216 | 217 | ||
217 | struct snd_soc_platform *imx_ssi_fiq_init(struct platform_device *pdev, | 218 | struct snd_soc_platform *imx_ssi_fiq_init(struct platform_device *pdev, |