From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ALSA: ASoC: pxa-ssp: Correct check for stream presence Date: Thu, 23 Jun 2011 20:10:38 +0100 Message-ID: <20110623191037.GB24328@opensource.wolfsonmicro.com> References: <1308768505-19878-1-git-send-email-zonque@gmail.com> 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 C2F812442D for ; Thu, 23 Jun 2011 21:10:39 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1308768505-19878-1-git-send-email-zonque@gmail.com> 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: Daniel Mack Cc: alsa-devel@alsa-project.org, lrg@ti.com List-Id: alsa-devel@alsa-project.org On Wed, Jun 22, 2011 at 08:48:25PM +0200, Daniel Mack wrote: > Don't rely on the codec's channels_min information to decide wheter or > not allocate a substream's DMA buffer. Rather check if the substream > itself was allocated previously. > > Signed-off-by: Daniel Mack Applied, thanks.