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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BC596C433EF for ; Mon, 30 May 2022 14:09:30 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id C9F741EF3; Mon, 30 May 2022 16:08:37 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C9F741EF3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1653919767; bh=6yJwH0Qtege0fuuWHs7JPfABW5rmIkEq/jLLe+CmRzo=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=ULZWHP0xku1L7ye7pY6nUaiLQ9ZZYTVPF14yy8g0RwNrwIHoLS2KPpGnW4mzP9AlS 6tzxe3puJUs2gaVUZRFFzo1jUCyrF9to1Q0PB2XX+CdEq6yIw72zskaR4yy7D2TDVS iMQZbRzrcZYwtlOjejljc3XpN4Z7iOC1yxlOTc9E= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 58443F80124; Mon, 30 May 2022 16:08:37 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 349D7F8012F; Mon, 30 May 2022 16:08:36 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D84EBF800DE for ; Mon, 30 May 2022 16:08:30 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D84EBF800DE Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r1f3GrY9" Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D037461164; Mon, 30 May 2022 14:08:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9A30C385B8; Mon, 30 May 2022 14:08:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653919708; bh=6yJwH0Qtege0fuuWHs7JPfABW5rmIkEq/jLLe+CmRzo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r1f3GrY9+U+HeLvwqqAKYP47U7iTcvJBrSMMllVaow2UUZ+KwaXx7nfmbYfSOY8Gm bYI+O9PH8zJG8ZpiPx8D+0f7PHTVLcZy8f1MvJSE69hEUj/DDwJNQJ220qZLXcc0TC 4KI9PuOvrXZ+IFgYpITnyUsz5jPtJuOt+l3pYwijdU3Q4rU9D4DrkycjQY3I+SL482 m9LWu9tnV0kW/K3g1hAwbwTvDJTA0Qu2LTE/Nm0XHhAWtjyFbhhAIY2evZMApO5XJp 8oevlYAcegECpNW4jF3AuBUgIY1g2aoR0DCLR6B3nXsDQjrofMhc/Ob2AnpETV2/ym +I1MolQBkhjVg== Date: Mon, 30 May 2022 16:08:24 +0200 From: Mark Brown To: Raghu Bankapur Subject: Re: [PATCH V0 0/1] asoc: msm: use hashtable to check kcontrol Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aIU0NN+cmsmUm//m" Content-Disposition: inline In-Reply-To: X-Cookie: May your camel be as swift as the wind. Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Liam Girdwood , Takashi Iwai , Krishna Jha X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --aIU0NN+cmsmUm//m Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 29, 2022 at 02:20:08PM +0530, Raghu Bankapur wrote: > use hashtabe instead of linear list to check kcontrol before > adding them for improving early audio KPI. Please don't send cover letters for single patches, if there is anything that needs saying put it in the changelog of the patch or after the --- if it's administrative stuff. This reduces mail volume and ensures that=20 any important information is recorded in the changelog rather than being lost.=20 --aIU0NN+cmsmUm//m Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKUz9IACgkQJNaLcl1U h9ChTQf/duQmG7wg4bgtA5ruZ3mBY8YxW6zE2kB6eqkK00oVcl8BC5+DLbJMf3JT cRJrInl97+FLPrAe5+IsILEucvqReiz/Vh90tjpFYD4MP70CCyufAP5eSuyvWaw0 737IcMy/8iopHT07ME/Q4phDk016xu0G4Iz7AJOiW9ksELBo7RRvvE/HgtB1ePRM EpWJzYamz2MYdWgWudkfEoEkHKIN+Lh/i7h+EmqoW1+cKqqzejVIBxkxi7C8ZAZT CPKhmiamN/+xb9UlTTz1vOaswdNcr6/SJFVKNNCvubKzcMh1KTiYNuoHJVu9EWy/ b5Lx/nYA6OgE8CCdZ97av2i4n+CEng== =ggfw -----END PGP SIGNATURE----- --aIU0NN+cmsmUm//m-- 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 C0506C433EF for ; Mon, 30 May 2022 15:10:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238325AbiE3PKf (ORCPT ); Mon, 30 May 2022 11:10:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242067AbiE3PKP (ORCPT ); Mon, 30 May 2022 11:10:15 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBF3243386 for ; Mon, 30 May 2022 07:08:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 964C0B80D83 for ; Mon, 30 May 2022 14:08:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9A30C385B8; Mon, 30 May 2022 14:08:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653919708; bh=6yJwH0Qtege0fuuWHs7JPfABW5rmIkEq/jLLe+CmRzo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r1f3GrY9+U+HeLvwqqAKYP47U7iTcvJBrSMMllVaow2UUZ+KwaXx7nfmbYfSOY8Gm bYI+O9PH8zJG8ZpiPx8D+0f7PHTVLcZy8f1MvJSE69hEUj/DDwJNQJ220qZLXcc0TC 4KI9PuOvrXZ+IFgYpITnyUsz5jPtJuOt+l3pYwijdU3Q4rU9D4DrkycjQY3I+SL482 m9LWu9tnV0kW/K3g1hAwbwTvDJTA0Qu2LTE/Nm0XHhAWtjyFbhhAIY2evZMApO5XJp 8oevlYAcegECpNW4jF3AuBUgIY1g2aoR0DCLR6B3nXsDQjrofMhc/Ob2AnpETV2/ym +I1MolQBkhjVg== Date: Mon, 30 May 2022 16:08:24 +0200 From: Mark Brown To: Raghu Bankapur Cc: Jaroslav Kysela , Takashi Iwai , Liam Girdwood , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Krishna Jha Subject: Re: [PATCH V0 0/1] asoc: msm: use hashtable to check kcontrol Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aIU0NN+cmsmUm//m" Content-Disposition: inline In-Reply-To: X-Cookie: May your camel be as swift as the wind. Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --aIU0NN+cmsmUm//m Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 29, 2022 at 02:20:08PM +0530, Raghu Bankapur wrote: > use hashtabe instead of linear list to check kcontrol before > adding them for improving early audio KPI. Please don't send cover letters for single patches, if there is anything that needs saying put it in the changelog of the patch or after the --- if it's administrative stuff. This reduces mail volume and ensures that=20 any important information is recorded in the changelog rather than being lost.=20 --aIU0NN+cmsmUm//m Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKUz9IACgkQJNaLcl1U h9ChTQf/duQmG7wg4bgtA5ruZ3mBY8YxW6zE2kB6eqkK00oVcl8BC5+DLbJMf3JT cRJrInl97+FLPrAe5+IsILEucvqReiz/Vh90tjpFYD4MP70CCyufAP5eSuyvWaw0 737IcMy/8iopHT07ME/Q4phDk016xu0G4Iz7AJOiW9ksELBo7RRvvE/HgtB1ePRM EpWJzYamz2MYdWgWudkfEoEkHKIN+Lh/i7h+EmqoW1+cKqqzejVIBxkxi7C8ZAZT CPKhmiamN/+xb9UlTTz1vOaswdNcr6/SJFVKNNCvubKzcMh1KTiYNuoHJVu9EWy/ b5Lx/nYA6OgE8CCdZ97av2i4n+CEng== =ggfw -----END PGP SIGNATURE----- --aIU0NN+cmsmUm//m--