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 23C27EE57DF for ; Mon, 11 Sep 2023 06:25:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233438AbjIKGZe (ORCPT ); Mon, 11 Sep 2023 02:25:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233680AbjIKGZ3 (ORCPT ); Mon, 11 Sep 2023 02:25:29 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED081118 for ; Sun, 10 Sep 2023 23:25:24 -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 112B921958; Mon, 11 Sep 2023 06:25:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1694413523; 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=PH3nLgA++aI7ngrpwVIf+G8JCCb7Y1s9hPQ/U05+fO8=; b=xyMLOs6hhN6+OB80X0EeqHhc0ymbSFWl7chIYxPGQ9vkOBLohZIMKMsIADuC/a1UqSrgaN VvvwTAPSCi1uhwOwLiOedXHtofEWmWqZ4WBX7zGxAPIYjLdt4/j4um2q7raJ3oRhszUL3o Mwf9umqYJDweaz8hY6I+CzHOwhmwdbs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1694413523; 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=PH3nLgA++aI7ngrpwVIf+G8JCCb7Y1s9hPQ/U05+fO8=; b=s2a40M/qVi8+qqVdWR4Q0c0x74QpZ1AmGaGTdCu6VSnWuZjEGflA7+Torgli4Ewqhe+OWi 7tuAGCHjF2ZPhVAg== 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 BCD3413780; Mon, 11 Sep 2023 06:25:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id UJfqLNKy/mSuRAAAMHmgww (envelope-from ); Mon, 11 Sep 2023 06:25:22 +0000 Date: Mon, 11 Sep 2023 08:25:22 +0200 Message-ID: <87tts16xbh.wl-tiwai@suse.de> From: Takashi Iwai To: Cristian Ciocaltea Cc: Mark Brown , James Schulman , David Rhodes , Richard Fitzgerald , Jaroslav Kysela , Takashi Iwai , Liam Girdwood , Stefan Binding , Charles Keepax , Vitaly Rodionov , alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH v2 00/11] Improve CS35l41-based audio codec drivers In-Reply-To: <2b7a8897-05dc-4856-bb1a-a38b1e41b447@collabora.com> References: <20230907171010.1447274-1-cristian.ciocaltea@collabora.com> <4a658238-b5cf-44fc-802b-f09f8d5e0ad1@sirena.org.uk> <2b7a8897-05dc-4856-bb1a-a38b1e41b447@collabora.com> 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 Thu, 07 Sep 2023 19:27:42 +0200, Cristian Ciocaltea wrote: > > On 9/7/23 20:21, Mark Brown wrote: > > On Thu, Sep 07, 2023 at 08:09:59PM +0300, Cristian Ciocaltea wrote: > > > >> - Added 3 new patches providing some HDA related fixes > > > > Do these have any interaction with the rest of the series? > > Yes, PATCH v2 04/11 changed the signature of cs35l41_global_enable() > function which is also used by HDA - this is how I noticed the > additional issues. OK, then feel free to take my ack for HDA side: Reviewed-by: Takashi Iwai thanks, Takashi