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 1CE2BC43603 for ; Thu, 19 Dec 2019 13:07:00 +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 985C724672 for ; Thu, 19 Dec 2019 13:06:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="vJWorDOw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 985C724672 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 8C4D885D; Thu, 19 Dec 2019 14:06:07 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8C4D885D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1576760817; bh=+CUq4dlku21ZrG/Jw2qDnbXsB3YLGCLtto4Vz/w/nJA=; h=Date:From:To:References:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=vJWorDOwJW4EHNgT9Xu1h+qa23XiuLqUibFVU6gnZMDpNy18uGgQvTsAzdYX5ygrg JBZbTOu3D5pd3a4oDOoxRklgQkEuzQ07vVlpoOYNN0t9fepzrcJRAuQZltiGYeI4vd aE+rCZU6dv4LxiYMRhb1q6OtdoIDgkG6fXZxvSXA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 1E9BAF80234; Thu, 19 Dec 2019 14:06:07 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id ACF3EF80253; Thu, 19 Dec 2019 14:06:05 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id 4DDE8F8013E for ; Thu, 19 Dec 2019 14:06:03 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 4DDE8F8013E 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 CEE3031B; Thu, 19 Dec 2019 05:06:01 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4E5783F719; Thu, 19 Dec 2019 05:06:01 -0800 (PST) Date: Thu, 19 Dec 2019 13:05:59 +0000 From: Mark Brown To: Marek Szyprowski Message-ID: <20191219130559.GE5047@sirena.org.uk> References: <20191128151908.180871-1-tzungbi@google.com> <8aceb9ec-aa6e-1fa4-cee9-e22084c141e8@samsung.com> <20191218132620.GE3219@sirena.org.uk> <20191218162422.GG3219@sirena.org.uk> <20191219123709.GB5047@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="===============2751560100021032960==" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --===============2751560100021032960== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ILuaRSyQpoVaJ1HG" Content-Disposition: inline --ILuaRSyQpoVaJ1HG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 19, 2019 at 01:54:37PM +0100, Marek Szyprowski wrote: > I can do the bisect, but please let me know exactly what to bisect. > The initial bisection I did was from v5.5-rc1 to linux-next and pointed= =20 > to the $subject commit. 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. --ILuaRSyQpoVaJ1HG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl37dbYACgkQJNaLcl1U h9CULQf8Cf4H9g1G0O9dE06LsPe2es8RMG+o2fIRt91+QvNY4t3srp8g2LryVeDn B5Jfc5oq3WkKuEfhkQqdz7UrWquX69dRaBsj8r5GP5Jib9QwauBIJ1H5VpbqZaj0 rfpjHzAs88qbQPdyUvKZPIYtT7eTytWO6F7idYyZX0MZ7tXKv8H3DWEzgmR335D6 p3z7W+u36fEPmBJzCmA2Kdz9zmVHLyP/hm6WVr/rEuKTT3YfM1BwMzqTnppGmwSD LLWzxZtwuCJKS4DQ/0QeJX+6yqcJIiX7RCvaR5PCrWfNdb6GYFnqVatpcRhtY5O9 Txfhiy9t+GS7YJHJwrgI35zHIPT7Aw== =ge2e -----END PGP SIGNATURE----- --ILuaRSyQpoVaJ1HG-- --===============2751560100021032960== 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 --===============2751560100021032960==--