intel/common/block: Add APL and GLK PCI IDs for HDA
Add PCI ID's for APL/GLK so they can use HDA. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I37df388a93ffc06e716085a58d0d00ed5c6fa9e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61804 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
29919f81fa
commit
bba7e601a8
|
@ -29,6 +29,8 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DID_INTEL_MTL_AUDIO_6,
|
||||
PCI_DID_INTEL_MTL_AUDIO_7,
|
||||
PCI_DID_INTEL_MTL_AUDIO_8,
|
||||
PCI_DID_INTEL_APL_AUDIO,
|
||||
PCI_DID_INTEL_GLK_AUDIO,
|
||||
PCI_DID_INTEL_SKL_AUDIO,
|
||||
PCI_DID_INTEL_SKL_H_AUDIO,
|
||||
PCI_DID_INTEL_LWB_AUDIO,
|
||||
|
|
Loading…
Reference in New Issue