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=-5.5 required=3.0 tests=BAYES_00,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 0EF8CC43464 for ; Fri, 18 Sep 2020 15:15:57 +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 E24EE20878 for ; Fri, 18 Sep 2020 15:15:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="TpO/3Tcn"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ypvTmK/o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E24EE20878 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 CB40C16A2; Fri, 18 Sep 2020 17:15:03 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz CB40C16A2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1600442153; bh=GTnoDvRhosB6M9n5DeI9RwSSY6SLlfLNaP1xWTamya8=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=TpO/3TcnsmzS2lAlqTghDwfjYsJ6g3RXVyNy0l1z3Fn2MnOzq81k8EOY4DRvxUISb W8YEzk2xhFHGPfzuWT3rSYHTf5Vlc/HU/9+wfQbfS1z9L7S3QIuv87x/okhNBl2bSA kitQaB5iMzHs5DqFBQZE95TVx4NFVQ+gssO1G4dE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 54EFBF80150; Fri, 18 Sep 2020 17:15:03 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5EFF6F8015A; Fri, 18 Sep 2020 17:15:02 +0200 (CEST) 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 69F99F8012D for ; Fri, 18 Sep 2020 17:14:55 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 69F99F8012D Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ypvTmK/o" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 695E923888; Fri, 18 Sep 2020 15:14:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600442092; bh=GTnoDvRhosB6M9n5DeI9RwSSY6SLlfLNaP1xWTamya8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ypvTmK/o6q0B/i64U0gB3eUytNeMfNb4a+P4glHntN7VGXTapb/Cf7anZM7ocI75W HKIrOw4gGdSG3YAOjXt0BJXYVeYOGCcGromtT2RX/Q2HvwwI4PPkwSLvHdIVvRrVTh eyMg6Z8G8heb+KycsCRBZdqf1F0MvbSxTp0xCxTQ= Date: Fri, 18 Sep 2020 16:14:02 +0100 From: Mark Brown To: Pierre-Louis Bossart Subject: Re: [PATCH 3/7] ASoC: SOF: intel: hda: support also devices with 1 and 3 dmics Message-ID: <20200918151402.GI5703@sirena.org.uk> References: <20200825235040.1586478-1-ranjani.sridharan@linux.intel.com> <20200825235040.1586478-4-ranjani.sridharan@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rCb8EA+9TsBVtA92" Content-Disposition: inline In-Reply-To: X-Cookie: Beware of geeks bearing graft. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: tiwai@suse.de, alsa-devel@alsa-project.org, Ranjani Sridharan , Stable , Jaska Uimonen 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" --rCb8EA+9TsBVtA92 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 18, 2020 at 10:10:24AM -0500, Pierre-Louis Bossart wrote: > This patch should be applied to -stable versions all the way to 5.6. It > would be desirable for 5.5 and 5.4 as well but it will not apply cleanly. > It's be trivial to provide a modified patch for these earlier kernel > versions but I don't know what the process might be here? Send a backport to Greg & stable with a note explaining what's going on. --rCb8EA+9TsBVtA92 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl9kzrkACgkQJNaLcl1U h9BVwgf/cd3uXGMTdtaCbmsdnMIANhBu/Kq1gtff3zbzw9xziVWX4YF8BJ7C04bP UeByQZhatukiEHMz9Kxw6KMtMBA53m50LrcWWqvyxAYe3iEcpqgegkaldq/14JL9 Hw/Vy6qOhRTUKyZEeSif0qrne5b734HZHs5bXIo6eIywtu+gEUNNXMoswsP8Kb5u yPqvaW2rYRKcu2T+VPaehE1K7cBqy9Y5fFINBVtXPmeXxn8VIHN7JTriRY2gqtEh Yeg25FIi+c3QKZ4jXrv2RnxicekgQq/ekregaQZogrqM5EHg5iS789nIiRcbguuM RgQO6Imcpd0Jw6uEiLK4XcFBywpbFw== =IvC1 -----END PGP SIGNATURE----- --rCb8EA+9TsBVtA92-- 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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 5B9C9C43464 for ; Fri, 18 Sep 2020 15:14:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1811E238E6 for ; Fri, 18 Sep 2020 15:14:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600442094; bh=GTnoDvRhosB6M9n5DeI9RwSSY6SLlfLNaP1xWTamya8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NGk0hOO3EJiqia8J8KDpe4FvKvaEleuatewU8yS8Em9UGFBKJkv+2eq1fDjlwfWRu BNciN354xk7VhB+IuccWZmxtVx0LE0E3y9LolPMdNtfjy6YbO772AAGWhQ2bdmPJDO MWMoKkOKwSxqmQeWOQfPN6/1p93YRI4wkiUlWrEk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726115AbgIRPOx (ORCPT ); Fri, 18 Sep 2020 11:14:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:33726 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725955AbgIRPOx (ORCPT ); Fri, 18 Sep 2020 11:14:53 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 695E923888; Fri, 18 Sep 2020 15:14:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600442092; bh=GTnoDvRhosB6M9n5DeI9RwSSY6SLlfLNaP1xWTamya8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ypvTmK/o6q0B/i64U0gB3eUytNeMfNb4a+P4glHntN7VGXTapb/Cf7anZM7ocI75W HKIrOw4gGdSG3YAOjXt0BJXYVeYOGCcGromtT2RX/Q2HvwwI4PPkwSLvHdIVvRrVTh eyMg6Z8G8heb+KycsCRBZdqf1F0MvbSxTp0xCxTQ= Date: Fri, 18 Sep 2020 16:14:02 +0100 From: Mark Brown To: Pierre-Louis Bossart Cc: Ranjani Sridharan , alsa-devel@alsa-project.org, tiwai@suse.de, Jaska Uimonen , Stable Subject: Re: [PATCH 3/7] ASoC: SOF: intel: hda: support also devices with 1 and 3 dmics Message-ID: <20200918151402.GI5703@sirena.org.uk> References: <20200825235040.1586478-1-ranjani.sridharan@linux.intel.com> <20200825235040.1586478-4-ranjani.sridharan@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rCb8EA+9TsBVtA92" Content-Disposition: inline In-Reply-To: X-Cookie: Beware of geeks bearing graft. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org --rCb8EA+9TsBVtA92 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 18, 2020 at 10:10:24AM -0500, Pierre-Louis Bossart wrote: > This patch should be applied to -stable versions all the way to 5.6. It > would be desirable for 5.5 and 5.4 as well but it will not apply cleanly. > It's be trivial to provide a modified patch for these earlier kernel > versions but I don't know what the process might be here? Send a backport to Greg & stable with a note explaining what's going on. --rCb8EA+9TsBVtA92 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl9kzrkACgkQJNaLcl1U h9BVwgf/cd3uXGMTdtaCbmsdnMIANhBu/Kq1gtff3zbzw9xziVWX4YF8BJ7C04bP UeByQZhatukiEHMz9Kxw6KMtMBA53m50LrcWWqvyxAYe3iEcpqgegkaldq/14JL9 Hw/Vy6qOhRTUKyZEeSif0qrne5b734HZHs5bXIo6eIywtu+gEUNNXMoswsP8Kb5u yPqvaW2rYRKcu2T+VPaehE1K7cBqy9Y5fFINBVtXPmeXxn8VIHN7JTriRY2gqtEh Yeg25FIi+c3QKZ4jXrv2RnxicekgQq/ekregaQZogrqM5EHg5iS789nIiRcbguuM RgQO6Imcpd0Jw6uEiLK4XcFBywpbFw== =IvC1 -----END PGP SIGNATURE----- --rCb8EA+9TsBVtA92--