From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: fsi: Modify over/under run error settlement Date: Tue, 23 Feb 2010 10:46:01 +0000 Message-ID: <20100223104600.GD14629@rakim.wolfsonmicro.main> References: <20100222101421.GA27789@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 4F8CE1038E9 for ; Tue, 23 Feb 2010 11:46:02 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Kuninori Morimoto Cc: Linux-ALSA List-Id: alsa-devel@alsa-project.org On Tue, Feb 23, 2010 at 11:21:17AM +0900, Kuninori Morimoto wrote: > Sorry. I should have explained details. > In current FSI driver, playback function cares only overrun, > and capture function cares only underrun. > But playback function should had cared about underrun, > and capture function should had cared about overrun too. > My patch modify playback/capture to care both overrun and underrun OK - I've applied the patch with the above explanation added to the commit message. Thanks.