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 84101EEB56C for ; Fri, 8 Sep 2023 19:37:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234193AbjIHThU (ORCPT ); Fri, 8 Sep 2023 15:37:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235608AbjIHThO (ORCPT ); Fri, 8 Sep 2023 15:37:14 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 396951BFF; Fri, 8 Sep 2023 12:36:43 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3C8AC116B1; Fri, 8 Sep 2023 19:36:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694201789; bh=T907AVMcBxC9wUoVYSZsme7a/qh6K+dQP8ytjAQs58k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q0hR+oXlRPqfTTuTWQW207pEdP9GxE0RC1tW/0w7fYb/kZRwwhqeSbfm61c/UwmWn xvQnb0Vl1qVNIpsoTSqbY9D787vbt2/v8ucgIccZrvq2y+8Vs4eHdPpL3qCoC26VL7 MKL0sYRiA7JIeDchlxTcNYboURBIrL6rLKwEKjTdoiqmr2wn2jflE1dCcLtAjiN0AI JBl3+eY4tj/JWolK0SXf0hyvt7SJrettryMCzef+d4mwWRGZqdoQt5n59ZeL20sXB6 x/kS4HhSljQE7zFgePD/v018yhU7rgE5WClWXi/TxvcFYXcMTRcWSDxxVvsi2fhqEH ZYVG+keV+aM9g== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Pierre-Louis Bossart , Ranjani Sridharan , Bard Liao , Takashi Iwai , Sasha Levin , perex@perex.cz, tiwai@suse.com, broonie@kernel.org, amadeuszx.slawinski@linux.intel.com, bradynorander@gmail.com, muralidhar.reddy@intel.com, alsa-devel@alsa-project.org Subject: [PATCH AUTOSEL 5.10 4/9] ALSA: hda: intel-dsp-cfg: use common include for MeteorLake Date: Fri, 8 Sep 2023 15:36:05 -0400 Message-Id: <20230908193611.3463821-4-sashal@kernel.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230908193611.3463821-1-sashal@kernel.org> References: <20230908193611.3463821-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 5.10.194 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Pierre-Louis Bossart [ Upstream commit 73e6ebf6a21a62429282632eccb8aa4212489b3c ] This was not updated in Commit 0cd0a7c2c599 ("ALSA: intel-dsp-config: Convert to PCI device IDs defines") Signed-off-by: Pierre-Louis Bossart Reviewed-by: Ranjani Sridharan Reviewed-by: Bard Liao Link: https://lore.kernel.org/r/20230802150105.24604-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- sound/hda/intel-dsp-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index f96e70c85f84a..ae785d9588fee 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -364,7 +364,7 @@ static const struct config_entry config_table[] = { /* Meteorlake-P */ { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, - .device = 0x7e28, + .device = PCI_DEVICE_ID_INTEL_HDA_MTL, }, #endif -- 2.40.1