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 86B79C43334 for ; Mon, 4 Jul 2022 05:39:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232068AbiGDFjg (ORCPT ); Mon, 4 Jul 2022 01:39:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231605AbiGDFje (ORCPT ); Mon, 4 Jul 2022 01:39:34 -0400 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 446A55F47; Sun, 3 Jul 2022 22:39:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1656913174; x=1688449174; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=KgHIbFiQUUgKqBjKxsqEcUkfQUGl1q/bi8wR0tnF4to=; b=CWbk9ofnES4bafCeS51IsaqsLKyDE5QuSa+rMAHLsGskQw2i99xwaxbs O/xMBbRGJ+i5mpDtC1W6rbRSdbC+DXxXDLvQhUKp35hE2ALTLzvVJRwKn IWEVRgifF7ouzMTWGEv2mc2SaF9OEXvh3p+ir5Oxp3DhTAZ45MDM27/il w=; Received: from ironmsg09-lv.qualcomm.com ([10.47.202.153]) by alexa-out.qualcomm.com with ESMTP; 03 Jul 2022 22:39:34 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg09-lv.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2022 22:39:33 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Sun, 3 Jul 2022 22:39:32 -0700 Received: from [10.216.21.19] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Sun, 3 Jul 2022 22:39:27 -0700 Message-ID: <68c65ea9-cb54-bb5f-2296-7628e62c9cc2@quicinc.com> Date: Mon, 4 Jul 2022 11:09:24 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [RESEND v5 2/2] ASoC: qcom: soundwire: Enable software clock gating requirement flag Content-Language: en-US To: Vinod Koul CC: , , , , , , , , , , , , , , , , References: <1656659827-27450-1-git-send-email-quic_srivasam@quicinc.com> <1656659827-27450-3-git-send-email-quic_srivasam@quicinc.com> From: Srinivasa Rao Mandadapu Organization: Qualcomm In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 7/4/2022 11:06 AM, Vinod Koul wrote: > On 01-07-22, 12:47, Srinivasa Rao Mandadapu wrote: >> Enable software clock gating flag in private data for SC7280 >> based platforms, which are soundwire 1.6.0 version based. > why is this tagged ASoC... ??? As regular habit, did this mistake. No particular intention. Will take care from next time. > > I have fixed it up while applying Thanks Vinod. Sorry for inconvenience caused. >