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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99F31E95A91 for ; Mon, 9 Oct 2023 14:29:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376869AbjJIO3n (ORCPT ); Mon, 9 Oct 2023 10:29:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376790AbjJIO3m (ORCPT ); Mon, 9 Oct 2023 10:29:42 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4ACE099 for ; Mon, 9 Oct 2023 07:29:40 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 0D1951F749; Mon, 9 Oct 2023 14:29:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1696861779; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Qu10x9rGONyB+Hq7z6ZfSi5iNpC7bIhRTsmGd6RFUOk=; b=BQ9TDvcfIIw2RAwWiqZEtkaNB30H1a+nJg+UtKU8O7bYnW791NHoZ+tbBLoqptXrSAYV8G BlGD7zkhkWDAysK48xB11FAP/Nsfn4rRWC6bdPW8SBBxCmJ6iiCWETKSebCG6al7f4vP4G woZ6VrGQbp+0pxsMVEqU9A0ogFfHjHE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1696861779; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Qu10x9rGONyB+Hq7z6ZfSi5iNpC7bIhRTsmGd6RFUOk=; b=8PzM8t/ftVvS4CAEU7AhI27wU67V/sS2e5cOHfc7Hf53RY8PPjgwzZBSn27erkyxdcaMBA y5mAc4jJay8e3kBQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id D2DFF13905; Mon, 9 Oct 2023 14:29:38 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Gp9nMlIOJGXsDwAAMHmgww (envelope-from ); Mon, 09 Oct 2023 14:29:38 +0000 Date: Mon, 09 Oct 2023 16:29:38 +0200 Message-ID: <87pm1nswbx.wl-tiwai@suse.de> From: Takashi Iwai To: Sasha Levin Cc: Takashi Iwai , Greg Kroah-Hartman , stable@vger.kernel.org, patches@lists.linux.dev, Shenghao Ding Subject: Re: [PATCH 6.5 001/163] ALSA: hda/tas2781: Add tas2781 HDA driver In-Reply-To: References: <20231009130124.021290599@linuxfoundation.org> <20231009130124.064374662@linuxfoundation.org> <875y3gsznc.wl-tiwai@suse.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, 09 Oct 2023 16:25:13 +0200, Sasha Levin wrote: > > On Mon, Oct 09, 2023 at 03:17:59PM +0200, Takashi Iwai wrote: > > On Mon, 09 Oct 2023 14:59:25 +0200, > > Greg Kroah-Hartman wrote: > >> > >> 6.5-stable review patch. If anyone has any objections, please let me know. > >> > >> ------------------ > >> > >> From: Shenghao Ding > >> > >> [ Upstream commit 3babae915f4c15d76a5134e55806a1c1588e2865 ] > >> > >> Integrate tas2781 configs for Lenovo Laptops. All of the tas2781s in the > >> laptop will be aggregated as one audio device. The code support realtek > >> as the primary codec. Rename "struct cs35l41_dev_name" to > >> "struct scodec_dev_name" for all other side codecs instead of the certain > >> one. > >> > >> Signed-off-by: Shenghao Ding > >> Link: https://lore.kernel.org/r/20230818085836.1442-1-shenghao-ding@ti.com > >> Signed-off-by: Takashi Iwai > >> Stable-dep-of: 41b07476da38 ("ALSA: hda/realtek - ALC287 Realtek I2S speaker platform support") > >> Signed-off-by: Sasha Levin > > > > This makes little sense without the backport of commit > > 5be27f1e3ec9 ("ALSA: hda/tas2781: Add tas2781 HDA driver"). > > Confusingly, the patch subject is very same as this commit... > > This is a tricky one: 3babae915f4 really doesn't add a new driver but > rather just refactors some of the quirk handling which is needed for > later patches to apply. It's the following 5be27f1e3ec9 which actually > adds the driver (which we don't need here). > > We don't actually want to bring in a new driver, so 5be27f1e3ec9 is > unnecessary. If we don't want the backport of 5be27f1e3ec9, this commit (3babae915f4c) and other relevant ones must be dropped, too. Takashi