summaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/imx-ssi.h
diff options
context:
space:
mode:
authorWolfram Sang2011-03-25 16:51:44 +0100
committerMark Brown2011-03-26 18:24:55 +0100
commit2c4cf17a52f04fbe929977252d5b8ab81d2c6e9b (patch)
tree2e89e85487cebf9da8f296f20242370eb3f5b316 /sound/soc/imx/imx-ssi.h
parentASoC: Explicitly say registerless widgets have no register (diff)
downloadkernel-qcow2-linux-2c4cf17a52f04fbe929977252d5b8ab81d2c6e9b.tar.gz
kernel-qcow2-linux-2c4cf17a52f04fbe929977252d5b8ab81d2c6e9b.tar.xz
kernel-qcow2-linux-2c4cf17a52f04fbe929977252d5b8ab81d2c6e9b.zip
ASoC: imx: set watermarks for mx2-dma
They got accidently removed by f0fba2a (ASoC: multi-component - ASoC Multi-Component Support). Reintroduce them and get rid of the superfluous defines because the fiq-driver has its own hardcoded values. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org
Diffstat (limited to 'sound/soc/imx/imx-ssi.h')
-rw-r--r--sound/soc/imx/imx-ssi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/imx/imx-ssi.h b/sound/soc/imx/imx-ssi.h
index a4406a134892..dc8a87530e3e 100644
--- a/sound/soc/imx/imx-ssi.h
+++ b/sound/soc/imx/imx-ssi.h
@@ -234,7 +234,4 @@ void imx_pcm_free(struct snd_pcm *pcm);
*/
#define IMX_SSI_DMABUF_SIZE (64 * 1024)
-#define DMA_RXFIFO_BURST 0x4
-#define DMA_TXFIFO_BURST 0x6
-
#endif /* _IMX_SSI_H */