Skip to content

Commit 6ba7fc9

Browse files
yongzhi1broonie
authored andcommitted
ASoC: SOF: Intel: add PCI ID for JasperLake
Mirror ID added for legacy HDaudio. Signed-off-by: Yong Zhi <[email protected]> Signed-off-by: Divagar Mohandass <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4099c32 commit 6ba7fc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/sof/sof-pci-dev.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ static const struct pci_device_id sof_pci_ids[] = {
417417
#if IS_ENABLED(CONFIG_SND_SOC_SOF_JASPERLAKE)
418418
{ PCI_DEVICE(0x8086, 0x38c8),
419419
.driver_data = (unsigned long)&jsl_desc},
420+
{ PCI_DEVICE(0x8086, 0x4dc8),
421+
.driver_data = (unsigned long)&jsl_desc},
420422
#endif
421423
#if IS_ENABLED(CONFIG_SND_SOC_SOF_COMETLAKE_LP)
422424
{ PCI_DEVICE(0x8086, 0x02c8),

0 commit comments

Comments
 (0)