From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: core: Set dapm->idle_bias_off for DAIs not mapped with a codec Date: Tue, 7 Aug 2012 15:10:05 +0100 Message-ID: <20120807141004.GM16861@opensource.wolfsonmicro.com> References: <1344324253-30327-1-git-send-email-peter.ujfalusi@ti.com> 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 E6F1C265F2E for ; Tue, 7 Aug 2012 18:06:44 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1344324253-30327-1-git-send-email-peter.ujfalusi@ti.com> 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: Peter Ujfalusi Cc: alsa-devel@alsa-project.org, Stephen Warren , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Aug 07, 2012 at 10:24:13AM +0300, Peter Ujfalusi wrote: > The idle_bias_off flag is not configured for DAIs not mapped with a codec. > This causes the pm counter to be increased at probe time for the CPU dai > which unbalances the pm counter handling. Applied, thanks.