aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-11-27 12:14:38 +0530
committerAaron Durbin <adurbin@chromium.org>2017-11-28 20:29:36 +0000
commitfb15d463d2cfaceb4b45d090525179da20ca6b26 (patch)
tree2a57f71046c595b8fd902a26f121c028223a6cfa /src/soc/intel/common/block
parentadd7666a47c454df39e86c3782bf736372b765be (diff)
soc/intel/skylake: Make use of Intel common DSP block
TEST=Build and boot soraka/eve. Change-Id: I8be2a90dc4e4c5eb196af57045d2a46b7f0c9722 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/22609 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r--src/soc/intel/common/block/dsp/dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/dsp/dsp.c b/src/soc/intel/common/block/dsp/dsp.c
index 06384c7bc3..5b4f9321b8 100644
--- a/src/soc/intel/common/block/dsp/dsp.c
+++ b/src/soc/intel/common/block/dsp/dsp.c
@@ -29,6 +29,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_APL_AUDIO,
PCI_DEVICE_ID_INTEL_CNL_AUDIO,
PCI_DEVICE_ID_INTEL_GLK_AUDIO,
+ PCI_DEVICE_ID_INTEL_SKL_AUDIO,
0,
};