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 1FED3E6FE3D for ; Fri, 22 Sep 2023 14:42:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231589AbjIVOmZ (ORCPT ); Fri, 22 Sep 2023 10:42:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230419AbjIVOmT (ORCPT ); Fri, 22 Sep 2023 10:42:19 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9AD7CCD for ; Fri, 22 Sep 2023 07:42:12 -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-out1.suse.de (Postfix) with ESMTPS id 6B5C721BAE; Fri, 22 Sep 2023 14:42:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695393731; 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=vsYs7teImzxxwbkHtVuHpQ4+rO1AjDnXKTQlq1Zdx9U=; b=BoygnDgUKJeQ1isvTeZiAi3i5Jyc0ksCMasRm8muiX970HbpKbfb5ysuwynC8q9/9hLfXV G6KsiVQQxmhG5n2HYwN/4VYQ/zYXdn/mn7Svp8Ch0xcg46VUyqHsdVhaeQpa0F5kdBMEqe mmTDsNDxkfRGAnFVoLQ6WdD0nigiViM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695393731; 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=vsYs7teImzxxwbkHtVuHpQ4+rO1AjDnXKTQlq1Zdx9U=; b=z7sVCah26jW0ALFIUaWtIb9Y5OAB5fiEH7PLjfuLzu+P4+ato3aiJGj9PZO0SMu7aJ/6qH l1qfyhvUc+CNmnCQ== 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 3C4A113478; Fri, 22 Sep 2023 14:42:11 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ohNTDMOnDWWABgAAMHmgww (envelope-from ); Fri, 22 Sep 2023 14:42:11 +0000 Date: Fri, 22 Sep 2023 16:42:10 +0200 Message-ID: <875y42clrx.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: <8b5a22bf-73e3-45ca-b61b-38482c9caa39@sirena.org.uk> References: <20230922142818.2021103-1-sbinding@opensource.cirrus.com> <87a5tecm2m.wl-tiwai@suse.de> <8b5a22bf-73e3-45ca-b61b-38482c9caa39@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:38:28 +0200, Mark Brown wrote: > > On Fri, Sep 22, 2023 at 04:35:45PM +0200, Takashi Iwai wrote: > > Stefan Binding wrote: > > > > This chain is based on Mark's branch, since the api change was made to > > The term is patch series. > > > > the function in sound/soc/codecs/cs35l41-lib.c. > > > I'd need a PR from Mark before applying those, then. > > Or if they're 6.7 stuff I guess I could just carry them. Yes, that's another option. But there are already changes for HDA cs35l41 stuff for 6.7, and you might need to pull from my for-next branch beforehand. A bit messy in either way. thanks, Takashi