From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65BB2C433F5 for ; Fri, 4 Mar 2022 10:20:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229918AbiCDKVQ (ORCPT ); Fri, 4 Mar 2022 05:21:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231514AbiCDKVN (ORCPT ); Fri, 4 Mar 2022 05:21:13 -0500 Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC0441662ED; Fri, 4 Mar 2022 02:20:25 -0800 (PST) Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 2244C9fe003921; Fri, 4 Mar 2022 04:19:44 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=DImCBkyjORf8pQMKZ3k5cogPNsWDGe32FfR6YNNWTyA=; b=R/PLloQ0rUTWlIO11J5QfdITDLIynSfpPNHVvYs4/lXQwq/QYrGJqaF3Ha89hFbxXrjH dFifHL6NmQCQLv/LELqWlbxSZ2P92/Jbz+R9bNcSjk1k/KbfAkoqiiIJHJKIUwmAH9qS z2gp/+j8m2kYTJf6VQuk+M4FJtu8oh923a2L2qe5AfOcjkK4z/gEMPV8heVtw/gvDuyv zbBtlOVeA5gt++ECBazwu0Zbkd4njJBU2JXr9E2pClPpQTEatpcYbtlf51LEIDjr21EW EvlBoYQupP0dl1YLuYDE8zBL+r/4yCciZVwpwh/a2QkWgk3h/wK98u4/NWlH1pwKLA/t ew== Received: from ediex01.ad.cirrus.com ([84.19.233.68]) by mx0b-001ae601.pphosted.com (PPS) with ESMTPS id 3ek4j3gsxe-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 04 Mar 2022 04:19:44 -0600 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.18; Fri, 4 Mar 2022 10:19:42 +0000 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2375.18 via Frontend Transport; Fri, 4 Mar 2022 10:19:42 +0000 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id 676F47C; Fri, 4 Mar 2022 10:19:42 +0000 (UTC) Date: Fri, 4 Mar 2022 10:19:42 +0000 From: Charles Keepax To: Lucas Tanure CC: Liam Girdwood , Mark Brown , Rob Herring , Jaroslav Kysela , Takashi Iwai , , , , Subject: Re: [PATCH 13/20] sound: cs35l41: Enable Internal Boost in shared lib Message-ID: <20220304101942.GD38351@ediswmail.ad.cirrus.com> References: <20220303173059.269657-1-tanureal@opensource.cirrus.com> <20220303173059.269657-14-tanureal@opensource.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220303173059.269657-14-tanureal@opensource.cirrus.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-GUID: QYLkXjjrVqh3elDkhp0JuUGy2H5JnFv3 X-Proofpoint-ORIG-GUID: QYLkXjjrVqh3elDkhp0JuUGy2H5JnFv3 X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Mar 03, 2022 at 05:30:52PM +0000, Lucas Tanure wrote: > Boost enable is the default option from reset, > but with external boost support, internal boost > must be disabled. > Add the enable of boost in cs35l41_boost_config > to centralize the internal boost configuration. > > Signed-off-by: Lucas Tanure > --- Acked-by: Charles Keepax Thanks, Charles