[PATCH 132/222] ASoC: work around block transfer issues with imx-pcm-dma
Russell King
rmk+kernel at arm.linux.org.uk
Fri Apr 25 04:42:41 PDT 2014
Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
---
sound/soc/fsl/imx-pcm-dma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/fsl/imx-pcm-dma.c b/sound/soc/fsl/imx-pcm-dma.c
index 2585ae44e634..a86d84854c7f 100644
--- a/sound/soc/fsl/imx-pcm-dma.c
+++ b/sound/soc/fsl/imx-pcm-dma.c
@@ -44,7 +44,7 @@ static const struct snd_pcm_hardware imx_pcm_hardware = {
.buffer_bytes_max = IMX_SSI_DMABUF_SIZE,
.period_bytes_min = 128,
.period_bytes_max = 65535, /* Limited by SDMA engine */
- .periods_min = 2,
+ .periods_min = 4,
.periods_max = 255,
.fifo_size = 0,
};
--
1.8.3.1
More information about the linux-arm-kernel
mailing list