summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block
diff options
context:
space:
mode:
authoryan.liu <yan.liu@bitland.corp-partner.google.com>2020-07-14 14:56:03 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-07-26 21:28:44 +0000
commitea63f80e108167b26b19333f3fd70285e214fbf5 (patch)
tree50fe298a4c375ac4f081cd32d7521150ef36b9a4 /src/soc/intel/common/block
parent0c0faf43c96823231e30bd784b6fbd10dc1434e0 (diff)
downloadcoreboot-ea63f80e108167b26b19333f3fd70285e214fbf5.tar.xz
soc/intel/common/hda: Add HDA ID for Jasper Lake
Currently, audio is not working on Boten, caused by the coreboot HDA driver not being run as the Jasper Lake PCI ID is missing. So, add the Jasper Lake ID. BUG=b:160651126 BRANCH=NONE TEST=Connect speaker to audio jack, and verify sound is played. Signed-off-by: Yan Liu <yan.liu@bitland.corp-partner.google.com> Change-Id: Ib62c332d8d87201b3e6903251d824e1c3e06cd68 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43441 Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r--src/soc/intel/common/block/hda/hda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c
index c84415fb60..ec70f52076 100644
--- a/src/soc/intel/common/block/hda/hda.c
+++ b/src/soc/intel/common/block/hda/hda.c
@@ -71,6 +71,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_BSW_AUDIO,
PCI_DEVICE_ID_INTEL_TGL_AUDIO,
PCI_DEVICE_ID_INTEL_MCC_AUDIO,
+ PCI_DEVICE_ID_INTEL_JSP_AUDIO,
0
};