aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/hda/hda.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/hda/hda.c')
-rw-r--r--src/soc/intel/common/block/hda/hda.c2
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 8ab835e577..96d26d47ab 100644
--- a/src/soc/intel/common/block/hda/hda.c
+++ b/src/soc/intel/common/block/hda/hda.c
@@ -75,6 +75,8 @@ static struct device_operations hda_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_SKL_AUDIO,
PCI_DEVICE_ID_INTEL_SKL_H_AUDIO,
+ PCI_DEVICE_ID_INTEL_LWB_AUDIO,
+ PCI_DEVICE_ID_INTEL_LWB_AUDIO_SUPER,
PCI_DEVICE_ID_INTEL_KBL_AUDIO,
PCI_DEVICE_ID_INTEL_CNL_AUDIO,
PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,