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 B811CEB64DC for ; Fri, 21 Jul 2023 15:04:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231555AbjGUPEi (ORCPT ); Fri, 21 Jul 2023 11:04:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231199AbjGUPEg (ORCPT ); Fri, 21 Jul 2023 11:04:36 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61AEB272D for ; Fri, 21 Jul 2023 08:04:35 -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 202531F894; Fri, 21 Jul 2023 15:04:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1689951874; 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=saH5/EJwwJm2h1kKaoN1WK/48mzbIrRzg4M3ggJzlac=; b=Fx534WnvQixvjy/V2WTOGzwqQHD8py8AItwSgKyKPiZVr6yIkFN2/djFYXCFE2+zZj05NZ jL1k9p6yLfzZ/1XoL7veMgS0mgpxmVi093Wyyyi3eSoZR73nT59LcNZY5u4HNQqpc4p8PM i2ub8Ek8NqaRM4U5OVnMu30eQ75nDVU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1689951874; 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=saH5/EJwwJm2h1kKaoN1WK/48mzbIrRzg4M3ggJzlac=; b=7KvLoet17B//tQJYL7pf8IcoWjuGkCjDXAYBkX1iUA5r3qeZYSYKmJvV7j1MWk9C6QUPUM fOxMYEplhRb8zcDg== 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 E8521134BA; Fri, 21 Jul 2023 15:04:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id GYnqN4GeumSaIAAAMHmgww (envelope-from ); Fri, 21 Jul 2023 15:04:33 +0000 Date: Fri, 21 Jul 2023 17:04:33 +0200 Message-ID: <878rb9z4ou.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: Richard Fitzgerald , tiwai@suse.com, perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com Subject: Re: [PATCH v5 00/11] ALSA: hda: Adding support for CS35L56 on HDA systems In-Reply-To: References: <20230721132120.5523-1-rf@opensource.cirrus.com> <87bkg5z5c4.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: linux-kernel@vger.kernel.org On Fri, 21 Jul 2023 16:52:52 +0200, Mark Brown wrote: > > On Fri, Jul 21, 2023 at 04:50:35PM +0200, Takashi Iwai wrote: > > Richard Fitzgerald wrote: > > > > Changes are trivial so I have carried forward Mark's and Takashi's acks. > > > Mark, I suppose it's fine to take all of those to my sound.git tree? > > Should be. Might be handy to have a branch to pull from in case of > conflicts I guess but probably not essential? That's fine, I'll put a signed tag. thanks, Takashi