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=-7.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 98A36C34047 for ; Wed, 19 Feb 2020 17:04:56 +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 24FED2464E for ; Wed, 19 Feb 2020 17:04:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="P1hQbLbe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 24FED2464E 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 734013E; Wed, 19 Feb 2020 18:04:04 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 734013E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1582131894; bh=9uIMmJohw3MUKabxAtb5R1xkJ9ID2zcHiWCTjm949qg=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=P1hQbLbeRR0MlckG36Ym+D957GXEbxJ7xNv5kAzLES+1SxBeOGWVn+2yKCTso0LHc sLH0/jENPLzkPckOFBb9UciTJE3XtwtiuTBpTr6YEvrya50UTIpsTB1sJSJ1plEfaz NrFjMNItJ3BlWuL1HiRxHNvNwBdXVMR9qvliHVRk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id AC584F80273; Wed, 19 Feb 2020 18:04:03 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id AFA2DF80276; Wed, 19 Feb 2020 18:04:01 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id 2052FF8025F for ; Wed, 19 Feb 2020 18:03:58 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 2052FF8025F 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 42C8031B; Wed, 19 Feb 2020 09:03:57 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BB9E03F703; Wed, 19 Feb 2020 09:03:56 -0800 (PST) Date: Wed, 19 Feb 2020 17:03:55 +0000 From: Mark Brown To: Kai Vehmanen Subject: Re: [alsa-devel] [PATCH v3 0/7] ASoC: soc-pcm cleanup step2 Message-ID: <20200219170355.GG4488@sirena.org.uk> References: <87d0anceze.wl-kuninori.morimoto.gx@renesas.com> <5d19876d-86a4-a461-f47a-68c7ba1f46ac@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c7hkjup166d4FzgN" Content-Disposition: inline In-Reply-To: X-Cookie: FORTH IF HONK THEN User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Linux-ALSA , Kuninori Morimoto , Pierre-Louis Bossart , Jon Hunter , "linux-tegra@vger.kernel.org" , Dmitry Osipenko 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" --c7hkjup166d4FzgN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 19, 2020 at 07:01:33PM +0200, Kai Vehmanen wrote: > On Wed, 19 Feb 2020, Pierre-Louis Bossart wrote: > > We also see a regression Kai bisected to the same patch > > https://github.com/thesofproject/linux/pull/1805#issuecomment-588266014 > issue rootcaused -- this relates to the new "opened" tracking, I'll send = a=20 > patch shortly after a few more test rounds. Oh, excellent thanks - I was just starting to poke at this a little! --c7hkjup166d4FzgN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl5NanoACgkQJNaLcl1U h9DF8Qf9GsLpU85BKuVRGsLykt81rr/+87ujyl8pzIcOzVotCJtAhfKR4DsnnHJz 7u01I/fyGwYdxO2gvRjlFxe4UO0KVJh8Kbmyh4ZwPjeAEa5NLhs9D9JQo7qEhRWM 6ARwANJVcZ43UQDcvlV3ZX7lHCuRZPQi2ZuIiaI9jo4jRpfEIh25iVuxjafrKkkc AD1EYa/nFJKUWXRMrJfFhZdXYQvnY6pCX/3PGwrxD0gnwsaPW7wVR5iwElZyToVK i/TIjmyKHvNXYSKbpYA/FQYYuAzwIUFJD7wczFgCH4ImrJbdYZl7RxJnso81UynD s8aFo8gkQQ5ke6JIyJF+eHlQjhevWA== =C3SM -----END PGP SIGNATURE----- --c7hkjup166d4FzgN-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [alsa-devel] [PATCH v3 0/7] ASoC: soc-pcm cleanup step2 Date: Wed, 19 Feb 2020 17:03:55 +0000 Message-ID: <20200219170355.GG4488@sirena.org.uk> References: <87d0anceze.wl-kuninori.morimoto.gx@renesas.com> <5d19876d-86a4-a461-f47a-68c7ba1f46ac@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c7hkjup166d4FzgN" Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kai Vehmanen Cc: Pierre-Louis Bossart , Dmitry Osipenko , Kuninori Morimoto , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Linux-ALSA , Jon Hunter List-Id: linux-tegra@vger.kernel.org --c7hkjup166d4FzgN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 19, 2020 at 07:01:33PM +0200, Kai Vehmanen wrote: > On Wed, 19 Feb 2020, Pierre-Louis Bossart wrote: > > We also see a regression Kai bisected to the same patch > > https://github.com/thesofproject/linux/pull/1805#issuecomment-588266014 > issue rootcaused -- this relates to the new "opened" tracking, I'll send = a=20 > patch shortly after a few more test rounds. Oh, excellent thanks - I was just starting to poke at this a little! --c7hkjup166d4FzgN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl5NanoACgkQJNaLcl1U h9DF8Qf9GsLpU85BKuVRGsLykt81rr/+87ujyl8pzIcOzVotCJtAhfKR4DsnnHJz 7u01I/fyGwYdxO2gvRjlFxe4UO0KVJh8Kbmyh4ZwPjeAEa5NLhs9D9JQo7qEhRWM 6ARwANJVcZ43UQDcvlV3ZX7lHCuRZPQi2ZuIiaI9jo4jRpfEIh25iVuxjafrKkkc AD1EYa/nFJKUWXRMrJfFhZdXYQvnY6pCX/3PGwrxD0gnwsaPW7wVR5iwElZyToVK i/TIjmyKHvNXYSKbpYA/FQYYuAzwIUFJD7wczFgCH4ImrJbdYZl7RxJnso81UynD s8aFo8gkQQ5ke6JIyJF+eHlQjhevWA== =C3SM -----END PGP SIGNATURE----- --c7hkjup166d4FzgN--