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 ABBA3C10F27 for ; Mon, 9 Mar 2020 17:54:01 +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 38E6620727 for ; Mon, 9 Mar 2020 17:54:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="oWZKuH0l" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 38E6620727 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 846A616AF; Mon, 9 Mar 2020 18:53:09 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 846A616AF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1583776439; bh=8GAq+E0J/uJVZ33x5kaKoDW2TOuCQ6gNKc/C8fNKXno=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=oWZKuH0l6AypDWdA32TDnNR15AhQr4rOojTrFs+sHU2f3yaqdOGMLmXMpqw+xifSe gpMs8uJbAc2EkuS532c4XarqPl6JhwmlGSPWOiDni9rVT5Fwl/CZd7f47dOQpGKNU1 1FHgjcjpnP6ecyvM/sO1JhbqCzJIwV2H1MnkBxPo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 47C2EF801F8; Mon, 9 Mar 2020 18:53:02 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 8A1FDF8021D; Mon, 9 Mar 2020 18:53:00 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id D5C7CF800DA for ; Mon, 9 Mar 2020 18:52:57 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D5C7CF800DA 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 A039A1FB; Mon, 9 Mar 2020 10:52:56 -0700 (PDT) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 253403F67D; Mon, 9 Mar 2020 10:52:55 -0700 (PDT) Date: Mon, 9 Mar 2020 17:52:54 +0000 From: Mark Brown To: Cezary Rojewski Subject: Re: [PATCH 0/7] ASoC: Intel: Skylake: Fix HDaudio and Dmic Message-ID: <20200309175254.GK4101@sirena.org.uk> References: <20200305145314.32579-1-cezary.rojewski@intel.com> <9d53337b-b02b-efd7-790e-c3db18562346@linux.intel.com> <20200309113844.GA4101@sirena.org.uk> <20200309165413.GH4101@sirena.org.uk> <34fadb92-e9b5-08f6-a5b6-3db28842f88f@intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PEfPc/DjvCj+JzNg" Content-Disposition: inline In-Reply-To: <34fadb92-e9b5-08f6-a5b6-3db28842f88f@intel.com> X-Cookie: Above all things, reverence yourself. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: vkoul@kernel.org, alsa-devel@alsa-project.org, tiwai@suse.com, Pierre-Louis Bossart , lgirdwood@gmail.com 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" --PEfPc/DjvCj+JzNg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 09, 2020 at 06:48:35PM +0100, Cezary Rojewski wrote: > On 2020-03-09 17:54, Mark Brown wrote: > > I didn't actually look at the patches since by the time I went to look > > at them it was clear that there was going to be a new version. Pierre > > was saying that they added new functionality which would generally not > > be suitable. > Ok, sure. Should the 'Fixes' be appended regardless or leave it as is? There's never any harm in adding them. --PEfPc/DjvCj+JzNg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl5mgnUACgkQJNaLcl1U h9DjbAf9E7RR5tAMQuWPBqG+lSJbc13nSfmlilVPh35qBQPk7eUCqcnL0e5xftCD KjB/5g1z2oZ3SFbCMI7G9CGLkM/igLu8dnkG4Cb5rDNzoa7TTe4uG4S3/6IDOOXI koMrYe8SAJQUjEm/IA+VVmaU8CAKnuu3ZuYLIvT6wtqRm7ehpcqeeoZ8Z6g12vTk CHcj/atYiQK7nLD3bQUWerF1+Hji3QUBiNjhn/r4zc+xU6AMgRmbnf4+LDtzAoI/ YyRhA9jt2Z3Kete5ERZNkzsmBMISC+FHEfTAc1CtPDsj+uPJuuLcmbpVjRPnOcGX dITiRqmiK0uQr27W1zQYUv/RX5QwQA== =b64f -----END PGP SIGNATURE----- --PEfPc/DjvCj+JzNg--