Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp3576476pxb; Mon, 30 Aug 2021 05:51:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw0aDgMJZTN44Iui6AgAblPfbwozEtSG5w1sLsrRBCvs8SGfuNf7hypgBjmUYXPTBa1KCdk X-Received: by 2002:a17:906:6994:: with SMTP id i20mr24557478ejr.145.1630327904061; Mon, 30 Aug 2021 05:51:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630327904; cv=none; d=google.com; s=arc-20160816; b=kUCrEHAm1nI2nDVAgGlIytpgSt0z38zStSeCxJgWjdVzzzcxkLsbBMtO2qMXT5ckCx az8M4RLC2G/CfD8amjXPbLyNuTHz7EumfwiN4hmXKNF/JXmXd5NHkva6JSIol5oDeEH4 wGTm43NhOjFEGBQiinH3HKoAIywF3kNYsUA7mprV7TQumJKOAdWpYe0JKeqkvDETbRLM OreqEbbc8HBddkc/x/PLsJXVCQzGkT2T+cdMJBaKQaAXPPEPyZhU8c/J38KzQgMCUMFl Q2vwbezXVcF7ll/O1J4ZOP7vwn5X5+0dReAJYzR7rkjwtWCdf9JxxYMuTM9+/TfSsSSj xqng== 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=659g1JfzPkK6Pe5cNrQLciu2xakyS17ZptRB/Nu8xjA=; b=dMSarP3c2T8BhXoA80r781q4Wz0tSGOw+9NPLp082u8qty+GW33YvX2a2bRLjQ6K4u wFQbZ/n2FwWznijwuCv3DsJLHodS9tl56SxqhBeSltq1yJd2Pf80OEL5W55R0EXhucnG cpXdsZ41v3k/iCRSpDp/5tqveiQWl4qUIu4zHfViPPJ7PG8kNsCEcG1RyfVJOXQOnySN pRKWP2a59NRE4Rf+s5UBkztaiiaZnxMnG8W6xnKUeZmFlNtZyLPvzMJBihDGTDgX3QxK ID9VFkweyDw3FwAThdT/BXeC6iQKc37vkSRvRQnOVaEqo3KMTQ9Y3j7Q/G3aAusb0k5c /m3g== 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 jg21si10658875ejc.686.2021.08.30.05.51.17; Mon, 30 Aug 2021 05:51:44 -0700 (PDT) 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 S236688AbhH3MuX (ORCPT + 99 others); Mon, 30 Aug 2021 08:50:23 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:47308 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236743AbhH3MuW (ORCPT ); Mon, 30 Aug 2021 08:50:22 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id BE6181C0B76; Mon, 30 Aug 2021 14:49:27 +0200 (CEST) Date: Mon, 30 Aug 2021 14:49:27 +0200 From: Pavel Machek To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Mark Brown , Richard Fitzgerald , Lucas Tanure , alsa-devel@alsa-project.org Subject: Re: [PATCH AUTOSEL 5.13 02/12] ASoC: component: Remove misplaced prefix handling in pin control functions Message-ID: <20210830124924.GA22096@duo.ucw.cz> References: <20210817003536.83063-1-sashal@kernel.org> <20210817003536.83063-2-sashal@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/WwmFnJnmDyWGHa4" Content-Disposition: inline In-Reply-To: <20210817003536.83063-2-sashal@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > When the component level pin control functions were added they for some > no longer obvious reason handled adding prefixing of widget names. This > meant that when the lack of prefix handling in the DAPM level pin > operations was fixed by ae4fc532244b3bb4d (ASoC: dapm: use component > prefix when checking widget names) the one device using the component > level API ended up with the prefix being applied twice, causing all > lookups to fail. AFAICT ae4fc532244b3bb4d (ASoC: dapm: use component...) is not in 5.10-stable, so this one should not go into 5.10-stable, either? (Or alternatively, both can go in). I hope I understand it right. Best regards, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --/WwmFnJnmDyWGHa4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYSzT1wAKCRAw5/Bqldv6 8tYvAJ9Mqv1udqvt/eQ59aUzDFbILly8+ACgqgjWJPcLX9pQWvIxE2q6Eo9VWX8= =xi1K -----END PGP SIGNATURE----- --/WwmFnJnmDyWGHa4--