[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Enable HDA driver support

PraveenX Hodagatta Pranesh (Code Review) gerrit at coreboot.org
Tue Oct 16 04:28:47 CEST 2018


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


Change subject: soc/intel/cannonlake: Enable HDA driver support
......................................................................

soc/intel/cannonlake: Enable HDA driver support

this patch select common HDA driver and add audio controller device id
to enable audio on coffee lake platforms.

BUG: None
TEST: boot to yocto linux and windows os on CFL RVP11 & RVP8, verified audio
      functionalities.

Change-Id: I4a60a4d7d8babcd0c14664a304ca81d47c668a6c
Signed-off-by: praveen hodagatta pranesh <praveenx.hodagatta.pranesh at intel.com>
---
M src/soc/intel/cannonlake/Kconfig
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/45/29145/1

diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index e39aaad..0845052 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -7,6 +7,7 @@
 	bool
 	default n
 	select SOC_INTEL_CANNONLAKE
+	select SOC_INTEL_COMMON_BLOCK_HDA
 	help
 	  Intel Coffeelake support
 
diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c
index 2409b75..50f847e 100644
--- a/src/soc/intel/common/block/hda/hda.c
+++ b/src/soc/intel/common/block/hda/hda.c
@@ -75,6 +75,7 @@
 	PCI_DEVICE_ID_INTEL_SKL_AUDIO,
 	PCI_DEVICE_ID_INTEL_KBL_AUDIO,
 	PCI_DEVICE_ID_INTEL_CNL_AUDIO,
+	PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,
 	0
 };
 

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

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


More information about the coreboot-gerrit mailing list