From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 2/2] ASoC: wm2200: Drop unnecessary dapm bias_level initialization Date: Mon, 16 Mar 2015 16:36:37 +0000 Message-ID: <20150316163637.GA23515@opensource.wolfsonmicro.com> References: <1426520397-24263-1-git-send-email-lars@metafoo.de> <1426520397-24263-2-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 1133A2612D2 for ; Mon, 16 Mar 2015 17:36:38 +0100 (CET) Content-Disposition: inline In-Reply-To: <1426520397-24263-2-git-send-email-lars@metafoo.de> 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: Lars-Peter Clausen Cc: Oder Chiou , alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Liam Girdwood , Mark Brown , Bard Liao List-Id: alsa-devel@alsa-project.org On Mon, Mar 16, 2015 at 04:39:57PM +0100, Lars-Peter Clausen wrote: > The default value for the bias_level is SND_SOC_BIAS_OFF when probe is being > called, there is no need to initialize it explicitly. > > Signed-off-by: Lars-Peter Clausen > --- Acked-by: Charles Keepax Thanks, Charles