aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/imx-ssi.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
commitc71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch)
treeecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /sound/soc/imx/imx-ssi.h
parentea53c912f8a86a8567697115b6a0d8152beee5c8 (diff)
parent6a00f206debf8a5c8899055726ad127dbeeed098 (diff)
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts: litmus/sched_cedf.c
Diffstat (limited to 'sound/soc/imx/imx-ssi.h')
-rw-r--r--sound/soc/imx/imx-ssi.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sound/soc/imx/imx-ssi.h b/sound/soc/imx/imx-ssi.h
index 55f26ebcd8c2..dc8a87530e3e 100644
--- a/sound/soc/imx/imx-ssi.h
+++ b/sound/soc/imx/imx-ssi.h
@@ -183,11 +183,11 @@
183#define IMX_SSI_RX_DIV_PSR 4 183#define IMX_SSI_RX_DIV_PSR 4
184#define IMX_SSI_RX_DIV_PM 5 184#define IMX_SSI_RX_DIV_PM 5
185 185
186extern struct snd_soc_dai imx_ssi_pcm_dai[2];
187extern struct snd_soc_platform imx_soc_platform;
188
189#define DRV_NAME "imx-ssi" 186#define DRV_NAME "imx-ssi"
190 187
188#include <linux/dmaengine.h>
189#include <mach/dma.h>
190
191struct imx_pcm_dma_params { 191struct imx_pcm_dma_params {
192 int dma; 192 int dma;
193 unsigned long dma_addr; 193 unsigned long dma_addr;
@@ -197,7 +197,7 @@ struct imx_pcm_dma_params {
197struct imx_ssi { 197struct imx_ssi {
198 struct platform_device *ac97_dev; 198 struct platform_device *ac97_dev;
199 199
200 struct snd_soc_device imx_ac97; 200 struct snd_soc_dai *imx_ac97;
201 struct clk *clk; 201 struct clk *clk;
202 void __iomem *base; 202 void __iomem *base;
203 int irq; 203 int irq;
@@ -213,6 +213,9 @@ struct imx_ssi {
213 struct imx_pcm_dma_params dma_params_tx; 213 struct imx_pcm_dma_params dma_params_tx;
214 214
215 int enabled; 215 int enabled;
216
217 struct platform_device *soc_platform_pdev;
218 struct platform_device *soc_platform_pdev_fiq;
216}; 219};
217 220
218struct snd_soc_platform *imx_ssi_fiq_init(struct platform_device *pdev, 221struct snd_soc_platform *imx_ssi_fiq_init(struct platform_device *pdev,
@@ -231,7 +234,4 @@ void imx_pcm_free(struct snd_pcm *pcm);
231 */ 234 */
232#define IMX_SSI_DMABUF_SIZE (64 * 1024) 235#define IMX_SSI_DMABUF_SIZE (64 * 1024)
233 236
234#define DMA_RXFIFO_BURST 0x4
235#define DMA_TXFIFO_BURST 0x6
236
237#endif /* _IMX_SSI_H */ 237#endif /* _IMX_SSI_H */