diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2018-01-08 17:41:58 -0800 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2018-01-12 16:55:33 +0000 |
commit | 93142a452e4c0cb35ea04394ded171b1cf58ff72 (patch) | |
tree | 0a9acb3dc3dc6ccce7063a6640f206d846a6a3e3 /src/include | |
parent | 0814b122281d2e4f10e40c2a8d5085f810e2730e (diff) |
soc/intel/common: Add Intel HDA common block driver
There is common HDA code in soc/intel/common that provides generic
HDA support functions, but it does not provide a driver.
This change adds a common block driver for HDA that provides a
ramstage driver for SOCs that need to initialize an HDA codec.
This was tested on a board with an HDA codec to ensure that it
properly detected it and ran the codec init steps.
Change-Id: I41b4c54d3c81e1f09810cfaf934ffacafca1cf38
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/23187
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index a7018f7201..e84d86491b 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2907,6 +2907,7 @@ #define PCI_DEVICE_ID_INTEL_GLK_AUDIO 0x3198 #define PCI_DEVICE_ID_INTEL_CNL_AUDIO 0x9dc8 #define PCI_DEVICE_ID_INTEL_SKL_AUDIO 0x9d70 +#define PCI_DEVICE_ID_INTEL_KBL_AUDIO 0x9d71 /* Intel HECI/ME device Ids */ #define PCI_DEVICE_ID_INTEL_APL_CSE0 0x5a9a |