soc/intel/common: Add the audio PCI device ID for Cometlake
This patch adds the PCI device ID for cometlake in dsp.c Change-Id: Ia28e3b9d1dc27ffcf24dfb2ef1efa9ae9c4027c8 Signed-off-by: V Sowmya <v.sowmya@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32321 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
This commit is contained in:
parent
0a9be33a8a
commit
0873e27720
|
@ -32,6 +32,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_GLK_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_SKL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CMP_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_ICL_AUDIO,
|
||||
0,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue