From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: fsl_ssi.c: Getting channel slips with fsl_ssi.c in TDM (network) mode. Date: Fri, 30 Oct 2015 18:32:06 -0700 Message-ID: <20151031013205.GA3525@Asurada-CZ80> References: <20151029171936.GA3492@Asurada-CZ80> <20151029192816.GA43706@Asurada-CZ80> <20151029224713.GA44369@Asurada-CZ80> <20151030012934.GA5456@Asurada-GSX> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by alsa0.perex.cz (Postfix) with ESMTP id EBA68260462 for ; Sat, 31 Oct 2015 02:32:12 +0100 (CET) Received: by pasz6 with SMTP id z6so89122318pas.2 for ; Fri, 30 Oct 2015 18:32:11 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Caleb Crome Cc: Fabio Estevam , "alsa-devel@alsa-project.org" , Markus Pargmann , "arnaud.mouiche@invoxia.com" , Roberto Fichera , "shawn.guo@linaro.org" List-Id: alsa-devel@alsa-project.org On Fri, Oct 30, 2015 at 03:35:17PM -0700, Caleb Crome wrote: > > ********************** > > ** Problem 2 ******* > > ********************** > I realized the problem with the dual fifo mode: it's that you had set > the maxburst to 16 in your patch. I guess this must be the maxburst > to a single fifo maybe? When I set the fual fifo maxburst back to 8, > I get perfection again! I actually set 16 for dual FIFO and tested with 2-channel playback. Since you have dual FIFO right now, burst 8 doesn't hurt a lot as SPBA should be a pretty dedicated bus from SDMA point of view. As long as you don't have too many SPBA modules working with SDMA. It should work for you.