diff mbox series

ASoC: SOF: Intel: add PCI ID for JasperLake

Message ID 20200131204032.10213-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
State Accepted
Commit 6ba7fc99680b2250deba1a23f34d31fd25125d61
Headers show
Series ASoC: SOF: Intel: add PCI ID for JasperLake | expand

Commit Message

Pierre-Louis Bossart Jan. 31, 2020, 8:40 p.m. UTC
From: Yong Zhi <yong.zhi@intel.com>

Mirror ID added for legacy HDaudio.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
Signed-off-by: Divagar Mohandass <divagar.mohandass@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/soc/sof/sof-pci-dev.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c
index 952c8bad7f5c..ce76c6262fc0 100644
--- a/sound/soc/sof/sof-pci-dev.c
+++ b/sound/soc/sof/sof-pci-dev.c
@@ -417,6 +417,8 @@  static const struct pci_device_id sof_pci_ids[] = {
 #if IS_ENABLED(CONFIG_SND_SOC_SOF_JASPERLAKE)
 	{ PCI_DEVICE(0x8086, 0x38c8),
 		.driver_data = (unsigned long)&jsl_desc},
+	{ PCI_DEVICE(0x8086, 0x4dc8),
+		.driver_data = (unsigned long)&jsl_desc},
 #endif
 #if IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_LP)
 	{ PCI_DEVICE(0x8086, 0x02c8),