From 2e8eb7b92c0f541826c23bc7f2465ab46c3bc68d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 14 Apr 2010 09:17:31 +0200 Subject: [PATCH] --- yaml --- r: 189957 b: refs/heads/master c: 565a79f74af96ae90dfec411da14dc38d2cd56bc h: refs/heads/master i: 189955: e1e508fba586e8041cf2ec0972afd04e174876f5 v: v3 --- [refs] | 2 +- trunk/sound/soc/imx/imx-pcm-fiq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7b33fc923396..7a8f7b35e675 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 43a3cec01354573517f1348383e0ab6e6067076b +refs/heads/master: 565a79f74af96ae90dfec411da14dc38d2cd56bc diff --git a/trunk/sound/soc/imx/imx-pcm-fiq.c b/trunk/sound/soc/imx/imx-pcm-fiq.c index 64df813b9af8..98ab33109527 100644 --- a/trunk/sound/soc/imx/imx-pcm-fiq.c +++ b/trunk/sound/soc/imx/imx-pcm-fiq.c @@ -174,7 +174,7 @@ static struct snd_pcm_hardware snd_imx_hardware = { .buffer_bytes_max = IMX_SSI_DMABUF_SIZE, .period_bytes_min = 128, .period_bytes_max = 16 * 1024, - .periods_min = 2, + .periods_min = 4, .periods_max = 255, .fifo_size = 0, };