From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: soc_pcm_open: Add missing bailout tag Date: Thu, 25 Feb 2010 13:38:10 +0000 Message-ID: <20100225133809.GD11071@rakim.wolfsonmicro.main> References: <1267064693-1228-1-git-send-email-jassisinghbrar@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 30173103985 for ; Thu, 25 Feb 2010 14:38:12 +0100 (CET) Content-Disposition: inline In-Reply-To: <1267064693-1228-1-git-send-email-jassisinghbrar@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: jassisinghbrar@gmail.com Cc: alsa-devel@alsa-project.org, Jassi Brar , lrg@slimlogic.co.uk List-Id: alsa-devel@alsa-project.org On Thu, Feb 25, 2010 at 11:24:53AM +0900, jassisinghbrar@gmail.com wrote: > From: Jassi Brar > The codec_dai needs to be shutdown should the machine startup fails. > This patch adds another bailout tag for that case and rename the tag > for configuration failures. > Signed-off-by: Jassi Brar Good spot - applied, thanks.