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 08283C4332F for ; Wed, 19 Oct 2022 12:43:53 +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 36EC28467; Wed, 19 Oct 2022 14:43:01 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 36EC28467 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1666183431; bh=i/Cu5U/Xet7ebdYmSbaNMXByAHvT+YncsFj32GG7S0o=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=necnnBYN0EfxsuPI/qjUL5Hrn2WhIDBcwHexUXQwVC5aBCG+pn5JWuWF4eSY/qQ9t xUMQX99hflmVHWRM0QDGNP9pV7UAn1vk2SlnBNFMH8ov9zkJn4PiKlTymLLM39Aw3P 2jfHssiakLLa9eOpEgxt4Db+uGmlmQsHr13w4xDI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id C94AFF80517; Wed, 19 Oct 2022 14:43:00 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2B149F80528; Wed, 19 Oct 2022 14:43:00 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 26844F80087 for ; Wed, 19 Oct 2022 14:42:53 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 26844F80087 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OcSAoZfE" 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 99F67B822BE; Wed, 19 Oct 2022 12:42:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22831C433C1; Wed, 19 Oct 2022 12:42:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666183370; bh=i/Cu5U/Xet7ebdYmSbaNMXByAHvT+YncsFj32GG7S0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OcSAoZfEAnWrToJtuxk86IaCV4JTCOO8uK1I5tTS2niwriB7OkSorEfsS8mZsLndK fyJi5YpNTkCGwkR7fyUcbXmo1s3LNaQcySZQJUKX4cCIGKlXr5G74oXnoA8COPrQSl xp3GG5D4DnysPdWs0qsul6IF3EPtDyrgYE5f/KZa3hTA2DJPmN2Qtrclh0eP+fAx0i cCic0Hw0fEMLrlBO2q0ko/nkk/i43DexpD5e//2GVBFAAiqfnMMyZmslXZU82Y2boJ WgrS6suN1jEa+/vPJGBW3LYx2xAo6pKZ1KhlyGjGjMfOjNtDksmEwb8JrDOv/LsGnV PZF3RcnL0Im3w== Date: Wed, 19 Oct 2022 18:12:46 +0530 From: Vinod Koul To: Bard Liao Subject: Re: [PATCH] soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15 Message-ID: References: <20221018012500.1592994-1-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221018012500.1592994-1-yung-chuan.liao@linux.intel.com> Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, bard.liao@intel.com, pierre-louis.bossart@linux.intel.com 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" On 18-10-22, 09:25, Bard Liao wrote: > From: Pierre-Louis Bossart > > Some NUC15 LAPBC710 devices don't expose the same DMI information as > the Intel reference, add additional entry in the match table. Applied, thanks -- ~Vinod