[coreboot-gerrit] Change in ...coreboot[master]: soc/intel/common: Add audio controller device id for SKL-H pch

PraveenX Hodagatta Pranesh (Code Review) gerrit at coreboot.org
Fri Nov 23 10:01:50 CET 2018


PraveenX Hodagatta Pranesh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29807


Change subject: soc/intel/common: Add audio controller device id for SKL-H pch
......................................................................

soc/intel/common: Add audio controller device id for SKL-H pch

This patch add new HDA controller pci id in common hda driver.

BUG:None
TEST:Boot to Yocto linux on kabylake rvp11 and verified audio
     playback functionality.

Signed-off-by: Praveen hodagatta pranesh <praveenx.hodagatta.pranesh at intel.com>
Change-Id: I820115c31bf6b8e1f1afe900b68690d84b51c259
---
M src/include/device/pci_ids.h
M src/soc/intel/common/block/hda/hda.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/29807/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index b8354cf..b9c9152 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -3046,6 +3046,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_SKL_H_AUDIO		0xa171
 #define PCI_DEVICE_ID_INTEL_KBL_AUDIO		0x9d71
 #define PCI_DEVICE_ID_INTEL_CNP_H_AUDIO		0xa348
 #define PCI_DEVICE_ID_INTEL_ICL_AUDIO		0x34c8
diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c
index f1b5e05..5e09ddd 100644
--- a/src/soc/intel/common/block/hda/hda.c
+++ b/src/soc/intel/common/block/hda/hda.c
@@ -73,6 +73,7 @@
 
 static const unsigned short pci_device_ids[] = {
 	PCI_DEVICE_ID_INTEL_SKL_AUDIO,
+	PCI_DEVICE_ID_INTEL_SKL_H_AUDIO,
 	PCI_DEVICE_ID_INTEL_KBL_AUDIO,
 	PCI_DEVICE_ID_INTEL_CNL_AUDIO,
 	PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29807
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I820115c31bf6b8e1f1afe900b68690d84b51c259
Gerrit-Change-Number: 29807
Gerrit-PatchSet: 1
Gerrit-Owner: PraveenX Hodagatta Pranesh <praveenx.hodagatta.pranesh at intel.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181123/2d7c47f1/attachment.html>


More information about the coreboot-gerrit mailing list