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=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 51E2EC43603 for ; Thu, 19 Dec 2019 19:17:47 +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 CF72C222C2 for ; Thu, 19 Dec 2019 19:17:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="nEnEVKXk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF72C222C2 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 1C27484F; Thu, 19 Dec 2019 20:16:55 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1C27484F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1576783065; bh=30Xlg4UFNDVDmXn0LI4PWikrsztgWnGrgk+urrmWwZ0=; h=Date:From:To:References:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=nEnEVKXk2urJZHX5WTDc/gvh0IT8ovdtlGvMjtlTGgcAqGfTnV1pUJgYKQVSxoetg XqeOq3Bng3uoU1/SRejoyiSRhyQL/MCmnxQu9/jdRsEc7eqA9g9LBXNNmlhCQUI2E2 ukmF2X/GeRorIKLvBdnBgj7kD54EUTwh02hye1EE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 7ADDFF8014F; Thu, 19 Dec 2019 20:16:54 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id CD10FF80234; Thu, 19 Dec 2019 20:16:52 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id 5C6E9F8014F for ; Thu, 19 Dec 2019 20:16:49 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 5C6E9F8014F Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 393291FB; Thu, 19 Dec 2019 11:16:48 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AD5843F67D; Thu, 19 Dec 2019 11:16:47 -0800 (PST) Date: Thu, 19 Dec 2019 19:16:46 +0000 From: Mark Brown To: Marek Szyprowski Message-ID: <20191219191646.GH5047@sirena.org.uk> References: <8aceb9ec-aa6e-1fa4-cee9-e22084c141e8@samsung.com> <20191218132620.GE3219@sirena.org.uk> <20191218162422.GG3219@sirena.org.uk> <20191219123709.GB5047@sirena.org.uk> <20191219130559.GE5047@sirena.org.uk> MIME-Version: 1.0 In-Reply-To: X-Cookie: I smell a RANCID CORN DOG! User-Agent: Mutt/1.10.1 (2018-07-13) Cc: ALSA development , Linux Samsung SOC , Jimmy Cheng-Yi Chiang , Kuninori Morimoto , Takashi Iwai , Krzysztof Kozlowski , Tzung-Bi Shih , Sylwester Nawrocki , Dylan Reid Subject: Re: [alsa-devel] [PATCH v2] ASoC: max98090: save and restore SHDN when changing sensitive registers 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: , Content-Type: multipart/mixed; boundary="===============2423463031290970947==" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --===============2423463031290970947== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uJrvpPjGB3z5kYrA" Content-Disposition: inline --uJrvpPjGB3z5kYrA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 19, 2019 at 02:41:17PM +0100, Marek Szyprowski wrote: > On 19.12.2019 14:05, Mark Brown wrote: > > You can't trigger this via any other mechanism, all the other controls > > are fine? There's *clearly* no issue with what the commit is doing, > > it's just flagging up that the card is not set. > I've cherrypicked the $subject commit onto vanilla v5.5-rc1 and the=20 > issue is same. Yeah, there were a lot of refactorings in the last merge window so that doesn't entirely surprise me. The commit should backport futher than that I think? --uJrvpPjGB3z5kYrA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl37zJ0ACgkQJNaLcl1U h9Cctgf/RHHQThaM3HgCq/Tt1yzFqhDhgbtzRGhB3VQUpQ4pH7xPLd9iBKMFJdfn tnMFXfg2BFIjk/sZ63wBagRh5lhI9r0MZE+GgRiYs5NAXn8L9/IDpe1D4JTvzF2o QptVlv20UYbmZXfS7CgACTNreMtCO5UWWEmoMj2lLmN6iF4HX6x5XKkAQ6xc4une 9XxgYbfY64gyftKW+woaaOai1GM3Ru60tKnzLy3BTa/MP5tTEhlcLvfEee8ZCy5d UfXnubSxCYtE0iztv/SCkAIxPRvhMhP96edsub3clpVKPCUXfdeIQprp89OLk/bR 16nounqBx0diZLPVES00DYHD3dZRCg== =nSB4 -----END PGP SIGNATURE----- --uJrvpPjGB3z5kYrA-- --===============2423463031290970947== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel --===============2423463031290970947==--