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 4BE2CCD611A for ; Mon, 9 Oct 2023 18:07:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376935AbjJISHV (ORCPT ); Mon, 9 Oct 2023 14:07:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376898AbjJISHV (ORCPT ); Mon, 9 Oct 2023 14:07:21 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6C6C94 for ; Mon, 9 Oct 2023 11:07:18 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8D74C433C8; Mon, 9 Oct 2023 18:07:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696874838; bh=zCOG7dTNBtNgvGV4KgsnIRgs1o7XrUf5JwajFiUS55E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=klkKIoQNxaJrjJRf9kf4fZMpWobZhWc3hi55h7al+wcDTnIO9f60XoaI9qTALhcTK xVX+vzm9wZzgTd4pNJow1vE8drITc63kjbKdSfoxYypHeYLBMLnaB8WTbFgt743SgD CJZvzkfCfYnGYPOtj6gR04ats8wsVTmUmF/Knkcs= Date: Mon, 9 Oct 2023 20:07:15 +0200 From: Greg Kroah-Hartman To: Takashi Iwai Cc: Sasha Levin , stable@vger.kernel.org, patches@lists.linux.dev, Shenghao Ding Subject: Re: [PATCH 6.5 001/163] ALSA: hda/tas2781: Add tas2781 HDA driver Message-ID: <2023100908-outage-sandlot-aef4@gregkh> References: <20231009130124.021290599@linuxfoundation.org> <20231009130124.064374662@linuxfoundation.org> <875y3gsznc.wl-tiwai@suse.de> <87pm1nswbx.wl-tiwai@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pm1nswbx.wl-tiwai@suse.de> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Oct 09, 2023 at 04:29:38PM +0200, Takashi Iwai wrote: > 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. All are now dropped, thanks. greg k-h