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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92352C433E0 for ; Tue, 2 Feb 2021 04:48:02 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E0DE764D79 for ; Tue, 2 Feb 2021 04:48:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E0DE764D79 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 74989176E; Tue, 2 Feb 2021 05:47:10 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 74989176E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1612241280; bh=YuyulshcBgDXIxc6tUZMPdtoz3RGyqGTVQuKlffUHh8=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=uCB7dFMmI72TBjro3+ZhHzNTAkcBKPlBl1qEDBOWHxA/PKm8wt/7n9ujwlUIDhuV8 j70mCwONDl9a3Ykl8UhFbw48dR+2gUSIYxP4YEfh6Sd3jP66jBtvKoKqDADtGGphHE 6aGDA5YnBFDOQD29Qrci7pct5pqSPDbVLscR+CU8= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id BA017F8021C; Tue, 2 Feb 2021 05:46:48 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 991C0F8023B; Tue, 2 Feb 2021 05:46:47 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 463E9F801F7 for ; Tue, 2 Feb 2021 05:46:45 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 463E9F801F7 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dAcEaxQu" Received: by mail.kernel.org (Postfix) with ESMTPSA id 196AC64D79; Tue, 2 Feb 2021 04:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612241203; bh=YuyulshcBgDXIxc6tUZMPdtoz3RGyqGTVQuKlffUHh8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dAcEaxQu+yWFFJ69ocA1gEg0RbwUT/u2dHEO2rAAZudfYVw9kki/9tBuC4bca9Z2G /Ok8wL4eOU8A6/X1VH63vcLHTGPyB5mNjtAAtiHvdKhuBBwE4w08+Pdc+rLae1MXpg ZiowW7EHmIFCds0aQvnRlolFW+NfxZvnLuYg4W36ZYJ5nNS/tTzUkKjAZ2FtJAQMWw h/APXD7lh5SnaaE3TsytzC/GeRxkZ4D9lbvb56sd7jvw92juD/XPytXdkByV/OcsT8 YfFige1gK0S0F7U4lzRR2xpLIBmjaJPveexj/lOJ7mslGM+ab/a6Shka1FmM1r0ekA J+pEXn0uJMbvw== Date: Tue, 2 Feb 2021 10:16:38 +0530 From: Vinod Koul To: Srinivas Kandagatla Subject: Re: [PATCH 4/6] soundwire: qcom: start the clock during initialization Message-ID: <20210202044638.GK2771@vkoul-mobl> References: <20210129173248.5941-1-srinivas.kandagatla@linaro.org> <20210129173248.5941-5-srinivas.kandagatla@linaro.org> <20210201142134.GC2771@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: sanyog.r.kale@intel.com, yung-chuan.liao@linux.intel.com, pierre-louis.bossart@linux.intel.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 01-02-21, 15:50, Srinivas Kandagatla wrote: > > > On 01/02/2021 14:21, Vinod Koul wrote: > > On 29-01-21, 17:32, Srinivas Kandagatla wrote: > > > Start the clock during initialization. > > > > A detailed log please, which clock..? Also how do older controllers work > > w/o this clk > > By default this is ON, however depending on that is not really reliable! > > Explicitly enabling this will make things clear when we add clk pause > feature for this driver! lets add this in the log please -- ~Vinod