aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/imx-pcm.h
diff options
context:
space:
mode:
authorShengjiu Wang <b02247@freescale.com>2013-08-12 02:17:13 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:01:13 -0400
commita20054a079076fa62c2e4a24218697894a387e4c (patch)
tree14fff1eae08104348e04cc94fc3f6e57343551b7 /sound/soc/fsl/imx-pcm.h
parentc27fd06f478f5424fb119d5b6bcb84361d8bed5e (diff)
ENGR00274585-6 ASoC: fsl: update format and buffer size in the pcm dma
1. add 24bit format support. 2. enlarge the buffer size for ESAI. Signed-off-by: Shengjiu Wang <b02247@freescale.com>
Diffstat (limited to 'sound/soc/fsl/imx-pcm.h')
-rw-r--r--sound/soc/fsl/imx-pcm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h
index 233717059de9..e8ff5afa8685 100644
--- a/sound/soc/fsl/imx-pcm.h
+++ b/sound/soc/fsl/imx-pcm.h
@@ -18,7 +18,11 @@
18/* 18/*
19 * Do not change this as the FIQ handler depends on this size 19 * Do not change this as the FIQ handler depends on this size
20 */ 20 */
21#define IMX_DEFAULT_DMABUF_SIZE (256 * 1024)
21#define IMX_SSI_DMABUF_SIZE (64 * 1024) 22#define IMX_SSI_DMABUF_SIZE (64 * 1024)
23#define IMX_SPDIF_DMABUF_SIZE (64 * 1024)
24#define IMX_ESAI_DMABUF_SIZE (256 * 1024)
25#define IMX_ASRC_DMABUF_SIZE (256 * 1024)
22 26
23static inline void 27static inline void
24imx_pcm_dma_params_init_data(struct imx_dma_data *dma_data, 28imx_pcm_dma_params_init_data(struct imx_dma_data *dma_data,