diff options
Diffstat (limited to 'sound/soc/imx/imx-pcm.h')
-rw-r--r-- | sound/soc/imx/imx-pcm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/imx/imx-pcm.h b/sound/soc/imx/imx-pcm.h index c6126216a9cd..9b5e1e03fd40 100644 --- a/sound/soc/imx/imx-pcm.h +++ b/sound/soc/imx/imx-pcm.h @@ -43,6 +43,11 @@ #include <mach/dma.h> +#define IMX_DEFAULT_DMABUF_SIZE (64 * 1024) +#define IMX_SSI_DMABUF_SIZE (64 * 1024) +#define IMX_ESAI_DMABUF_SIZE (256 * 1024) +#define IMX_SPDIF_DMABUF_SIZE (64 * 1024) + struct imx_pcm_runtime_data { int period_bytes; int periods; |