diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-02-10 12:44:45 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-15 19:21:46 +0000 |
commit | bba7e601a86bd0dc375239ccbf48d3a4b1b52ce4 (patch) | |
tree | 991f37a57e10bae31eb6ef824cd8517a2ce078ce /src/soc | |
parent | 29919f81fad8805cbc7f7442e954cbc20f632cf6 (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/hda/hda.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c index b9c6290620..0143a4080f 100644 --- a/src/soc/intel/common/block/hda/hda.c +++ b/src/soc/intel/common/block/hda/hda.c @@ -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, |