diff options
author | Yong Zhi <[email protected]> | 2020-01-31 14:40:32 -0600 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-02-02 12:07:18 +0000 |
commit | 6ba7fc99680b2250deba1a23f34d31fd25125d61 (patch) | |
tree | ba4fb6cd9889f9fe68fc3492957da49b85fb306d | |
parent | 4099c3295e480907e37b93d51fc17fda81dd5bed (diff) |
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]>
-rw-r--r-- | sound/soc/sof/sof-pci-dev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c index bf01b92f0dac..cec631a1389b 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), |