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 580ABC433EF for ; Fri, 3 Jun 2022 10:25:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243695AbiFCKZQ (ORCPT ); Fri, 3 Jun 2022 06:25:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243744AbiFCKZN (ORCPT ); Fri, 3 Jun 2022 06:25:13 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4718B3B3F8 for ; Fri, 3 Jun 2022 03:25:11 -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 7473821C0C; Fri, 3 Jun 2022 10:25:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654251910; 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=NjoOdty96WfvpPIBLtmInEIYObxbl40xAB30LMc39jI=; b=LjwfxOnMdu7/gZgI5CEq2WFWWnkraiXlILWNY41uxLLiT4eoGpk8bUKhsg3ne8/ckN9fA2 PPXj+Ywfcsxa6fUHyIsOw9PXcGHFPAksZ5PNXoTjVu16WT+zQRhw5Vj9+/+wrYa1xEAYt4 JCOSGgeTeFQr2SFY/ISaEEl8AwKbpU8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654251910; 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=NjoOdty96WfvpPIBLtmInEIYObxbl40xAB30LMc39jI=; b=LhXWqjcc3O6BezYhgOhHQqzLzKHvVspwqak6lBe6f/TLGNC5u5Ktyo3ybdwwi5Mab1L5cV nnuXb+k9AkybZqCA== 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 50A5513AA2; Fri, 3 Jun 2022 10:25:10 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4i3DEobhmWL1IwAAMHmgww (envelope-from ); Fri, 03 Jun 2022 10:25:10 +0000 Date: Fri, 03 Jun 2022 12:25:09 +0200 Message-ID: <87y1ye11tm.wl-tiwai@suse.de> From: Takashi Iwai To: Raghu Bankapur Cc: Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Krishna Jha Subject: Re: [PATCH V1 1/1] asoc: msm: use hashtable to check kcontrol In-Reply-To: <9a0ec3f261ff80d842f926f747e3d10fbc3f9aa9.1654246653.git.quic_rbankapu@quicinc.com> References: <9a0ec3f261ff80d842f926f747e3d10fbc3f9aa9.1654246653.git.quic_rbankapu@quicinc.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 Fri, 03 Jun 2022 11:03:38 +0200, Raghu Bankapur wrote: > > use hashtabe instead of linear list to check kcontrol before > adding them for improving early audio KPI. > > Change-Id: I7134816736e08e338c0f22a8ae283a0520aa847a > Signed-off-by: Raghu Bankapur Any follow up for my previous concerns? https://lore.kernel.org/8735gsznnt.wl-tiwai@suse.de/ And, no need for resending the very same patch just to drop the cover letter. thanks, Takashi