aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/imx-pcm.h
diff options
context:
space:
mode:
authorNicolin Chen <Guangyu.Chen@freescale.com>2014-04-08 06:46:10 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:18 -0400
commitcf0e709ba674b3f82b6b5ee5c3bd5b3534c8b6b6 (patch)
treeb066ae8f599be9e8fd3f9ba343ca4f9a221523cb /sound/soc/fsl/imx-pcm.h
parent80f676b476d21c22bda1daf62998e5a837f8e4df (diff)
ENGR00307635-1 ASoC: fsl_sai: Specify buffer size for SAI
Add a new micro for SAI so as to make further define flexible. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Diffstat (limited to 'sound/soc/fsl/imx-pcm.h')
-rw-r--r--sound/soc/fsl/imx-pcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h
index ee01836ad696..07093c354ecb 100644
--- a/sound/soc/fsl/imx-pcm.h
+++ b/sound/soc/fsl/imx-pcm.h
@@ -20,6 +20,7 @@
20 */ 20 */
21#define IMX_DEFAULT_DMABUF_SIZE (256 * 1024) 21#define IMX_DEFAULT_DMABUF_SIZE (256 * 1024)
22#define IMX_SSI_DMABUF_SIZE (64 * 1024) 22#define IMX_SSI_DMABUF_SIZE (64 * 1024)
23#define IMX_SAI_DMABUF_SIZE (64 * 1024)
23#define IMX_SPDIF_DMABUF_SIZE (64 * 1024) 24#define IMX_SPDIF_DMABUF_SIZE (64 * 1024)
24#define IMX_ESAI_DMABUF_SIZE (256 * 1024) 25#define IMX_ESAI_DMABUF_SIZE (256 * 1024)
25#define IMX_ASRC_DMABUF_SIZE (256 * 1024) 26#define IMX_ASRC_DMABUF_SIZE (256 * 1024)