<p>HARSHAPRIYA N has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26309">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/poppy: pass virtual slot numbers for nhlt config<br><br>This patch passes the vitual slot numbers for max98927 for playback and feedback<br><br>Change-Id: I4ede8efe9ac5ab1fcab9e21c13884131bb966e26<br>Signed-off-by: Harsha Priya <harshapriya.n@intel.com><br>---<br>M src/mainboard/google/poppy/variants/baseboard/nhlt.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/26309/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/poppy/variants/baseboard/nhlt.c b/src/mainboard/google/poppy/variants/baseboard/nhlt.c</span><br><span>index 81557e4..3433ebf 100644</span><br><span>--- a/src/mainboard/google/poppy/variants/baseboard/nhlt.c</span><br><span>+++ b/src/mainboard/google/poppy/variants/baseboard/nhlt.c</span><br><span>@@ -28,8 +28,9 @@</span><br><span>       if (nhlt_soc_add_dmic_array(nhlt, 4))</span><br><span>                printk(BIOS_ERR, "Couldn't add 4CH DMIC arrays.\n");</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+        /* Render time_slot is 0 and feedback time_slot is 2 */</span><br><span>      /* Maxim MAX98927 Smart Amps for left and right channel */</span><br><span style="color: hsl(0, 100%, 40%);">-      if (nhlt_soc_add_max98927(nhlt, AUDIO_LINK_SSP0))</span><br><span style="color: hsl(120, 100%, 40%);">+     if (nhlt_soc_add_max98927(nhlt, AUDIO_LINK_SSP0, 0, 2))</span><br><span>              printk(BIOS_ERR, "Couldn't add Maxim MAX98927\n");</span><br><span> </span><br><span>         /* Realtek RT5663 Headset codec. */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26309">change 26309</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26309"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4ede8efe9ac5ab1fcab9e21c13884131bb966e26 </div>
<div style="display:none"> Gerrit-Change-Number: 26309 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: HARSHAPRIYA N <harshapriya.n@intel.com> </div>