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 7EB28C7EE23 for ; Sun, 11 Jun 2023 07:39:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232999AbjFKHh0 (ORCPT ); Sun, 11 Jun 2023 03:37:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229562AbjFKHhY (ORCPT ); Sun, 11 Jun 2023 03:37:24 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95FF12D48 for ; Sun, 11 Jun 2023 00:37:23 -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 569A5219A7; Sun, 11 Jun 2023 07:37:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1686469042; 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=Ht1moEiKe2mowb9MlH2b9Vmj+2RLTYGg26q+yAc5nKA=; b=gsgeAoroOzvMxCnuB2RcUN38d/55jWbwO0I2LKZSwEHovlrTK9h8Q/lqRE/2wDSvtwk8Yx mC2i3jzdmhgWtlbMOe1kfh0VVjlM1SdseuGeWJQpOAug87AFKmycJM0Wrf/3pv9HQtmQtA +l+7u71b+wWisHPCaQopmvU3cJ4tfwI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1686469042; 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=Ht1moEiKe2mowb9MlH2b9Vmj+2RLTYGg26q+yAc5nKA=; b=1CmOQGvURrvxCP5w1u+fkUh3iRTME3I3bsVmJODFc4qJK2nbB2mx07W00bH6hKHl2pYKnC /XWMw+616UTyViCg== 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 2E80B13466; Sun, 11 Jun 2023 07:37:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id zKJaCrJ5hWQIPgAAMHmgww (envelope-from ); Sun, 11 Jun 2023 07:37:22 +0000 Date: Sun, 11 Jun 2023 09:37:21 +0200 Message-ID: <87v8fua1qm.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda: Use maple tree register cache In-Reply-To: <20230609-alsa-hda-maple-v1-1-a2b725c8b8f5@kernel.org> References: <20230609-alsa-hda-maple-v1-1-a2b725c8b8f5@kernel.org> 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 Sat, 10 Jun 2023 16:26:37 +0200, Mark Brown wrote: > > HDA can only support single register read and write operations so does not > benefit from block writes. This means it gets no benefit from using the > rbtree register cache over the maple tree register cache so convert it to > use maple trees instead, it is more modern. > > Signed-off-by: Mark Brown Thanks, applied to for-next branch. Takashi