[alsa-devel] [PATCH] ASoC: SOF: Intel: add PCI ID for JasperLake

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Fri Jan 31 21:40:32 CET 2020


From: Yong Zhi <yong.zhi at intel.com>

Mirror ID added for legacy HDaudio.

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

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),
-- 
2.20.1



More information about the Alsa-devel mailing list