From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: [PATCH 4/4] ASoC: add Component level set_bias_level Date: Thu, 24 Aug 2017 05:31:36 +0000 Message-ID: <87shghpmg6.wl%kuninori.morimoto.gx@renesas.com> References: <87bmn5rdqf.wl%kuninori.morimoto.gx@renesas.com> <8760ddrdnw.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from relmlie2.idc.renesas.com (relmlor3.renesas.com [210.160.252.173]) by alsa0.perex.cz (Postfix) with ESMTP id 83537266BED for ; Thu, 24 Aug 2017 07:31:43 +0200 (CEST) In-Reply-To: <8760ddrdnw.wl%kuninori.morimoto.gx@renesas.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: Mark Brown , Lars-Peter Cc: Linux-ALSA , Simon List-Id: alsa-devel@alsa-project.org Hi > From: Kuninori Morimoto > > In current ALSA SoC, Codec only has set_bias_level feature. > Codec will be merged into Component in next generation ALSA SoC, > thus current Codec specific feature need to be merged into it. > This is glue patch for it. > > Codec side bias related code has .idle_bias_off / .suspend_bias_off too. > These are used on dapm_idle_bias_off(), and it will return true if > .idle_bias_off was true, then, .suspend_bias_off is not used. > Now, Component site is using .idle_bias_off = true now. > This patch doesn't convert .idle_bias_off / .suspend_bias_off > for Component side, let's use current .idle_bias_off, as-is. Oops... new component want to have .idle_bias_off / .suspend_bias_off ? Best regards --- Kuninori Morimoto