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 3938FC43334 for ; Fri, 10 Jun 2022 06:01:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346354AbiFJGBJ (ORCPT ); Fri, 10 Jun 2022 02:01:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345847AbiFJGBF (ORCPT ); Fri, 10 Jun 2022 02:01:05 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFC3B12FEFE for ; Thu, 9 Jun 2022 23:01:04 -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 74BE91FDAA; Fri, 10 Jun 2022 06:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654840863; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AobPOQlu+zPpu0gzPwOafVjYurxrcXyhXdq0bbKTvi0=; b=nDk29oxZWSwgFAum1xA9UZ/4qFk8pczw8uBSzqd0xuBUx0W+Ws66hVI5+fNUsw7AujGswJ L2/UphCLMx0meOu6VAMtwI9XDGEsYhSR/yB5huZW1lTBLWs+yBDgpWaBIsMM9HlOH7+7Mw NdY5Gr/JjnAUTuy9/0VfOmPlMXTZ8zs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654840863; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AobPOQlu+zPpu0gzPwOafVjYurxrcXyhXdq0bbKTvi0=; b=YkneiiF3hizARxtNrQ21hwoFK5GdxVaUuKztdX64Rj2MWgfUhKkaXo74XDCTewRoEuWgyM E7K/aolPLUrCg0Bg== 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 44B6013941; Fri, 10 Jun 2022 06:01:03 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id t8T7Dx/eomKZFgAAMHmgww (envelope-from ); Fri, 10 Jun 2022 06:01:03 +0000 Date: Fri, 10 Jun 2022 08:01:03 +0200 Message-ID: <874k0tnjkw.wl-tiwai@suse.de> From: Takashi Iwai To: Raghu Ballappa Bankapur Cc: Jaroslav Kysela , Takashi Iwai , "Liam Girdwood" , Mark Brown , , , Krishna Jha Subject: Re: [PATCH V0 1/1] asoc: msm: use hashtable to check kcontrol In-Reply-To: References: <8735gsznnt.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=ISO-8859-1 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Jun 2022 20:16:52 +0200, Raghu Ballappa Bankapur wrote: > > > Hi Takashi > > Our implementation also falls inline with your approach  [PATCH RFC] ALSA: > control: Use xarray for faster lookups (kernel.org), but you approach looks to > be clean with xarray. > > is it possible to upstream those changes? I submitted a v2 patch, please check it out. thanks, Takashi