From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH] ALSA: ASoC: pxa-ssp: Correct check for stream presence Date: Thu, 23 Jun 2011 13:18:14 +0100 Message-ID: <4E032F06.6010406@ti.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 devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by alsa0.perex.cz (Postfix) with ESMTP id 584A5103849 for ; Thu, 23 Jun 2011 14:18:17 +0200 (CEST) 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" , "broonie@opensource.wolfsonmicro.com" List-Id: alsa-devel@alsa-project.org On 22/06/11 19:48, 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 > --- Acked-by: Liam Girdwood