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>
This commit is contained in:
parent
0c0faf43c9
commit
ea63f80e10
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue