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 A09A2C6FD1D for ; Wed, 15 Mar 2023 13:34:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231652AbjCONeB (ORCPT ); Wed, 15 Mar 2023 09:34:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229959AbjCONd7 (ORCPT ); Wed, 15 Mar 2023 09:33:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8FB594F5D for ; Wed, 15 Mar 2023 06:33:24 -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 113BAB81E12 for ; Wed, 15 Mar 2023 13:32:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC399C433EF; Wed, 15 Mar 2023 13:32:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678887172; bh=mJTyFmQ7lRhkRno0YrsyWzsjSuYv4KlKhEc2I+D+cOo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uDwNglApiS/OSnY6eVLeEi+PgkzkwwexumhcikV4F+037vmwMZbBQVmoJtJsxyKvD U7bxkQXWuK2A2vKcM1moDTM4LuIYzk7LRoHXrnDlsA8TCikXSgUmUdpbnjkHgMwxCj xEa/7jOjiUVRTYAdmUEjfXMZT1OLg+CRiGjcwCT4NLFfrQQMitySiPXeBDho1TIF4c Wkxfa2n/xZAFC+AqGGQU2JE/qioj3htYRO0acjXEXYPu03tzFad+aRhR/nMSyKMIrj HtPAK1mGIoLmqK2DEYn2/GwDGj8PUewO8RPRewxMvoasB2WuEPzd1fTi8pKnQ8Jy7l TQQgkVTSRqxkw== Date: Wed, 15 Mar 2023 19:02:48 +0530 From: Vinod Koul To: Bard Liao Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, pierre-louis.bossart@linux.intel.com, bard.liao@intel.com, broonie@kernel.org, peter.ujfalusi@linux.intel.com Subject: Re: [PATCH] soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15 Message-ID: References: <20230314090618.498716-1-yung-chuan.liao@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230314090618.498716-1-yung-chuan.liao@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14-03-23, 17:06, Bard Liao wrote: > From: Eugene Huang > > Same DSDT problem as the HP Omen 16-k0005TX, except rt1316 amp is on > link2. > > Link: https://github.com/thesofproject/linux/issues/4088 > Signed-off-by: Eugene Huang > Reviewed-by: Pierre-Louis Bossart > Reviewed-by: P?ter Ujfalusi > Signed-off-by: Bard Liao Applied, thanks -- ~Vinod