diff options
author | Shengjiu Wang <b02247@freescale.com> | 2013-08-12 02:17:13 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:13 -0400 |
commit | a20054a079076fa62c2e4a24218697894a387e4c (patch) | |
tree | 14fff1eae08104348e04cc94fc3f6e57343551b7 /sound/soc/fsl/imx-pcm.h | |
parent | c27fd06f478f5424fb119d5b6bcb84361d8bed5e (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.h | 4 |
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 | ||
23 | static inline void | 27 | static inline void |
24 | imx_pcm_dma_params_init_data(struct imx_dma_data *dma_data, | 28 | imx_pcm_dma_params_init_data(struct imx_dma_data *dma_data, |