[coreboot-gerrit] Change in coreboot[master]: mainboard/google/poppy: pass virtual slot numbers for nhlt config

HARSHAPRIYA N (Code Review) gerrit at coreboot.org
Wed May 16 02:21:33 CEST 2018


HARSHAPRIYA N has uploaded this change for review. ( https://review.coreboot.org/26309


Change subject: mainboard/google/poppy: pass virtual slot numbers for nhlt config
......................................................................

mainboard/google/poppy: pass virtual slot numbers for nhlt config

This patch passes the vitual slot numbers for max98927 for playback and feedback

Change-Id: I4ede8efe9ac5ab1fcab9e21c13884131bb966e26
Signed-off-by: Harsha Priya <harshapriya.n at intel.com>
---
M src/mainboard/google/poppy/variants/baseboard/nhlt.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/26309/1

diff --git a/src/mainboard/google/poppy/variants/baseboard/nhlt.c b/src/mainboard/google/poppy/variants/baseboard/nhlt.c
index 81557e4..3433ebf 100644
--- a/src/mainboard/google/poppy/variants/baseboard/nhlt.c
+++ b/src/mainboard/google/poppy/variants/baseboard/nhlt.c
@@ -28,8 +28,9 @@
 	if (nhlt_soc_add_dmic_array(nhlt, 4))
 		printk(BIOS_ERR, "Couldn't add 4CH DMIC arrays.\n");
 
+	/* Render time_slot is 0 and feedback time_slot is 2 */
 	/* Maxim MAX98927 Smart Amps for left and right channel */
-	if (nhlt_soc_add_max98927(nhlt, AUDIO_LINK_SSP0))
+	if (nhlt_soc_add_max98927(nhlt, AUDIO_LINK_SSP0, 0, 2))
 		printk(BIOS_ERR, "Couldn't add Maxim MAX98927\n");
 
 	/* Realtek RT5663 Headset codec. */

-- 
To view, visit https://review.coreboot.org/26309
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: I4ede8efe9ac5ab1fcab9e21c13884131bb966e26
Gerrit-Change-Number: 26309
Gerrit-PatchSet: 1
Gerrit-Owner: HARSHAPRIYA N <harshapriya.n at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180516/3a95261f/attachment.html>


More information about the coreboot-gerrit mailing list