Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp1136417ybh; Tue, 10 Mar 2020 15:34:32 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtN1hif/qzPBNqLuA1adoGQaC1J8qDNr2nO3RHjCnQyUfVDeumVjwE+i98Hkv+3SbUKIv3e X-Received: by 2002:a05:6830:210f:: with SMTP id i15mr18382421otc.335.1583879672281; Tue, 10 Mar 2020 15:34:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583879672; cv=none; d=google.com; s=arc-20160816; b=Y5NTPPUOg2DH4IRSz5Fpy1T63IehTD6YwzcSjCyCL+1Cb/xOWblo9ZZR8NyYGA8Tk3 83d7I8lyWKLEnyNmqBLuNRrOoVHur7Ljz+XqxDns4FRy4qUQ7bzfLynUYWK9fmQpRez9 NBHJhJrUBfcJOuqKjRyLKOWU6Kg/r84ADU4/riZX+uqLDblrN1FVKi2DRK0IIzojnZBC gligUL9SLfoG0KEGp772e7mR9b/aJQUiP5ZlaiE/YpEJNjcDKVoruEa+EO85sw0CL23/ AErOcQIthzbgffRoIEp/p9dxIJSOR0zfgWsrd8SffQWIGFc03QnvTyzUG/4deZ1/VyJs YcUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kshDHPaQxnzDWDSfYaOyPmfqVZheb3tbu3OsXKcfmd4=; b=eLtUwQBLcUdF73FpeHigI/j9E67XxacZg1HwzT8EjcvJkhRlAiPlqG1oJXuI6USbaz lkKc+3l0ulpthYctnfXbfLsHsFh5Z+prtyNe7XvPQyflwNc+rOqHTySv77nbJb+wspUO snQ9ddePUj1yiPKrZBU4YlvEM0ghlhzeLhF7nzYYjfGWWsWSK9iBBcwrEFemlUcfi8HZ GElVPl3gluQZPR4ywHjjZoXanztq2VBXnrhlLpQAqPg/stBhJe39NuDpMtaKGkIJg6j3 O2W2xIyfMsWHIUuI2R+ndpRN/zxSMFEgdI3GE29Nfp+woJGaG60jtTBEhAk/P4pPderz 9yqQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l20si49330otn.37.2020.03.10.15.34.20; Tue, 10 Mar 2020 15:34:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727717AbgCJWdg (ORCPT + 99 others); Tue, 10 Mar 2020 18:33:36 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:37540 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726273AbgCJWdg (ORCPT ); Tue, 10 Mar 2020 18:33:36 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 890D81C0317; Tue, 10 Mar 2020 23:33:34 +0100 (CET) Date: Tue, 10 Mar 2020 23:33:33 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Kai Vehmanen , Ranjani Sridharan , Pierre-Louis Bossart , Takashi Iwai , Mark Brown , Sasha Levin Subject: Re: [PATCH 4.19 07/86] ALSA: hda: do not override bus codec_mask in link_get() Message-ID: <20200310223333.GA7285@duo.ucw.cz> References: <20200310124530.808338541@linuxfoundation.org> <20200310124531.200272158@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <20200310124531.200272158@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Kai Vehmanen >=20 > [ Upstream commit 43bcb1c0507858cdc95e425017dcc33f8105df39 ] >=20 > snd_hdac_ext_bus_link_get() does not work correctly in case > there are multiple codecs on the bus. It unconditionally > resets the bus->codec_mask value. As per documentation in > hdaudio.h and existing use in client code, this field should > be used to store bit flag of detected codecs on the bus. >=20 > By overwriting value of the codec_mask, information on all > detected codecs is lost. No current user of hdac is impacted, > but use of bus->codec_mask is planned in future patches > for SOF. Given that no users are impacted, is this stable material? Best regards, Pavel =09 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCXmgVvQAKCRAw5/Bqldv6 8oWFAJ92qQ1c7YfWPVxvOZkRZmzWz5OU1wCgjYBrJxV9v3BI8hXk5QYYPkgzwes= =qvAj -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24--