Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp373527pxu; Fri, 11 Dec 2020 04:33:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJzaFMCVumL/AnhRCa9SgZYsukyhtfqOi5mmKAptkGjNJKQJiFKebgra0I3sFKszuPgPWQ1a X-Received: by 2002:a17:906:5213:: with SMTP id g19mr6981986ejm.383.1607690004105; Fri, 11 Dec 2020 04:33:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607690004; cv=none; d=google.com; s=arc-20160816; b=MWcbFE9DJy0gVOCoE2ZD6Bi9OzWw0ayBZvfGZ6djj+jR4r/XgiMu+i1CijiqJHNR+8 RoJ1SQgGOA3Oy+xyPiL6SFmZKK08Q+yCxvYx6mKbLqdsz46DkCUdxYYNRM9unw3Ze1Fv Gyq6mj/ZFHcaPm5oJOWr9ljhBXKzKZvIqIdMJlNppKBT7T7ILDmu+l9w1s+Fh0/hRHLn 3saHIrF+fxOCjNRV0UPXortIEvUvsY8L0QIpg7wwzyUYtQq5tkn7CKjuxyZDJ9dBrR6n EAuJCgCxIngJus15GMSR2ZghmWoIxjDfBBDeY3qcnyHnIEythtsOfIkQhJUTFqWbXQfD nhfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=+Wz5tHuY/72LRrVTMYTF+RTgg2z0CWv7qe5zVEJ2Rro=; b=uwbuVYrLIxTTjKtHQVwWdUFVV3Jqajof5/HaGqHDgbwYAZRpwrN8zaqOvTMxlcz7Yg mocxLhk998ZVN5vUEOJEPI8nqmt97pluHKAjJGHt4fWjBHKvKuZaBQC+A/ROop1lY+rX r27mqVwpx/2IahIY+DOg2rfCSDG3umu3tfdXcvIVsLrm6LKj/pyDzwFVbj1Osgh8lXmN kYr7P6SCn4E2u0nIn5o5Md2pBbMXhuHgglniY1MmCpL1yL3a/9fdxz8V1H3R6sedLkHl puJrpJV2Zwcb/NLf6O1wNn9IXyKaWUIt/J0a81uisYoUKti9PDQIfBjaNEUocOIxN/Ko E1pw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e5si4757404edr.30.2020.12.11.04.33.01; Fri, 11 Dec 2020 04:33:24 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392307AbgLKIhz (ORCPT + 99 others); Fri, 11 Dec 2020 03:37:55 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:45484 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391984AbgLKIhG (ORCPT ); Fri, 11 Dec 2020 03:37:06 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id C48D31C0B8B; Fri, 11 Dec 2020 09:36:21 +0100 (CET) Date: Fri, 11 Dec 2020 09:36:21 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Takashi Iwai Subject: Re: [PATCH 4.19 15/39] ALSA: hda/generic: Add option to enforce preferred_dacs pairs Message-ID: <20201211083621.GA9395@duo.ucw.cz> References: <20201210142602.272595094@linuxfoundation.org> <20201210142603.037114540@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <20201210142603.037114540@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Takashi Iwai >=20 > commit 242d990c158d5b1dabd166516e21992baef5f26a upstream. >=20 > The generic parser accepts the preferred_dacs[] pairs as a hint for > assigning a DAC to each pin, but this hint doesn't work always > effectively. Currently it's merely a secondary choice after the trial > with the path index failed. This made sometimes it difficult to > assign DACs without mimicking the connection list and/or the badness > table. >=20 > This patch adds a new flag, obey_preferred_dacs, that changes the > behavior of the parser. As its name stands, the parser obeys the Option added is never used as variable is never set. We don't need this in 4.19. Best regards, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX9MvhQAKCRAw5/Bqldv6 8uJOAJwMOJXGmIR1oqWNQAu4KDxKi4mViACghYPweN/Sh3j7Qk3UnX39EMDfBPc= =nWwb -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l--