From: Pierre-Louis Bossart Date: Wed, 2 Aug 2023 15:01:03 +0000 (-0500) Subject: ALSA: hda: intel-dsp-cfg: use common include for MeteorLake X-Git-Tag: v6.6.17~3959^2~15^2~69^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73e6ebf6a21a62429282632eccb8aa4212489b3c;p=platform%2Fkernel%2Flinux-rpi.git ALSA: hda: intel-dsp-cfg: use common include for MeteorLake 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 --- diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index 48bd1fb..1abe65f 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -461,7 +461,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