diff options
Diffstat (limited to 'sound/soc/imx/imx-ssi.h')
-rw-r--r-- | sound/soc/imx/imx-ssi.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sound/soc/imx/imx-ssi.h b/sound/soc/imx/imx-ssi.h index 1072dfb53e47..5744e86ca878 100644 --- a/sound/soc/imx/imx-ssi.h +++ b/sound/soc/imx/imx-ssi.h | |||
@@ -187,12 +187,7 @@ | |||
187 | 187 | ||
188 | #include <linux/dmaengine.h> | 188 | #include <linux/dmaengine.h> |
189 | #include <mach/dma.h> | 189 | #include <mach/dma.h> |
190 | 190 | #include "imx-pcm.h" | |
191 | struct imx_pcm_dma_params { | ||
192 | int dma; | ||
193 | unsigned long dma_addr; | ||
194 | int burstsize; | ||
195 | }; | ||
196 | 191 | ||
197 | struct imx_ssi { | 192 | struct imx_ssi { |
198 | struct platform_device *ac97_dev; | 193 | struct platform_device *ac97_dev; |
@@ -218,13 +213,4 @@ struct imx_ssi { | |||
218 | struct platform_device *soc_platform_pdev_fiq; | 213 | struct platform_device *soc_platform_pdev_fiq; |
219 | }; | 214 | }; |
220 | 215 | ||
221 | int snd_imx_pcm_mmap(struct snd_pcm_substream *substream, struct vm_area_struct *vma); | ||
222 | int imx_pcm_new(struct snd_soc_pcm_runtime *rtd); | ||
223 | void imx_pcm_free(struct snd_pcm *pcm); | ||
224 | |||
225 | /* | ||
226 | * Do not change this as the FIQ handler depends on this size | ||
227 | */ | ||
228 | #define IMX_SSI_DMABUF_SIZE (64 * 1024) | ||
229 | |||
230 | #endif /* _IMX_SSI_H */ | 216 | #endif /* _IMX_SSI_H */ |