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 79C5AE6FE41 for ; Fri, 22 Sep 2023 14:54:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231912AbjIVOyI (ORCPT ); Fri, 22 Sep 2023 10:54:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231707AbjIVOyH (ORCPT ); Fri, 22 Sep 2023 10:54:07 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91587C6 for ; Fri, 22 Sep 2023 07:54:00 -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 4D9E41FF15; Fri, 22 Sep 2023 14:53:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695394439; 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=LvTCQY7k7nnowMU+jFMv3KGql5NAe6iiCHB4NbReDmY=; b=SKR7MVfha8KJajqNoSIoNfuzDo8hA29XQ/OPGBmSR5QE5wuB1bKtn7LeHna2syllToMQ2y OrUWWAZgTvz6tvYfifsv0pR2cXJqxgU5JRbM5lUVbUX6f8ALdoEZg7aKigwWtuR2SECvhg RvsCFoM0OGYmK1p33U+SZciaxNVJSuM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695394439; 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=LvTCQY7k7nnowMU+jFMv3KGql5NAe6iiCHB4NbReDmY=; b=FZylKUipWFEqof2WguB0WjdRSVSGARkDD7hgCucHlbOMzP/ATF1epoX6aS63BbWd3aUCjP 9r4V4umJOUAw0wAw== 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 DC01213478; Fri, 22 Sep 2023 14:53:58 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 7wa6NIaqDWV/DAAAMHmgww (envelope-from ); Fri, 22 Sep 2023 14:53:58 +0000 Date: Fri, 22 Sep 2023 16:53:58 +0200 Message-ID: <871qeqcl89.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: Stefan Binding , 'Jaroslav Kysela' , 'Takashi Iwai' , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com Subject: Re: [PATCH v1 0/2] ALSA: cs35l41: prevent old firmwares using unsupported commands In-Reply-To: <8adda3b7-90f0-4d0b-b990-669a591becad@sirena.org.uk> References: <20230922142818.2021103-1-sbinding@opensource.cirrus.com> <87a5tecm2m.wl-tiwai@suse.de> <005e01d9ed63$4b605550$e220fff0$@opensource.cirrus.com> <8adda3b7-90f0-4d0b-b990-669a591becad@sirena.org.uk> 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: linux-kernel@vger.kernel.org On Fri, 22 Sep 2023 16:48:03 +0200, Mark Brown wrote: > > On Fri, Sep 22, 2023 at 03:44:30PM +0100, Stefan Binding wrote: > > > > So those are fixes needed for 6.6 kernel? Or they are something > > new? > > > These are to fix the issue that was reported on the Lenovo Legion 7 > > 16ACHg6, > > which was introduced after the fixes to CS35L41 HDA System Suspend. > > Could you be more specific about which fixes these are and which tree > they're in? If they're fixes then I don't have anything queued for 6.6 > so I'm confused about why you say there's a dependency on my tree. Yeah. The suspend fix has been landed in 6.6-rc1, so it's for 6.6, I suppose. Stefan, if it's a fix for a known commit, please put Fixes tag at the next time. thanks, Takashi