<p>HARSHAPRIYA N has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26308">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/eve: pass virtual slot numbers for nhlt config<br><br>This patch passes the vitual slot numbers for rt5514 and max98927<br>to be used for playback and feedback.<br><br>Change-Id: Ifb8a7e2bbc4af9b3678e3f1ca06cba741a040df7<br>Signed-off-by: Harsha Priya <harshapriya.n@intel.com><br>---<br>M src/mainboard/google/eve/mainboard.c<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/26308/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/eve/mainboard.c b/src/mainboard/google/eve/mainboard.c</span><br><span>index 6a28e7d..d1cd95a 100644</span><br><span>--- a/src/mainboard/google/eve/mainboard.c</span><br><span>+++ b/src/mainboard/google/eve/mainboard.c</span><br><span>@@ -47,7 +47,7 @@</span><br><span>  nhlt->subsystem_id = SUBSYSTEM_ID;</span><br><span> </span><br><span>    /* 4 Channel DMIC array */</span><br><span style="color: hsl(0, 100%, 40%);">-      if (nhlt_soc_add_rt5514(nhlt, AUDIO_LINK_SSP0, 4))</span><br><span style="color: hsl(120, 100%, 40%);">+    if (nhlt_soc_add_rt5514(nhlt, AUDIO_LINK_SSP0, 4, 1))</span><br><span>                printk(BIOS_ERR, "Couldn't add rt5514.\n");</span><br><span> </span><br><span>        /* RT5663 Headset codec */</span><br><span>@@ -55,7 +55,8 @@</span><br><span>               printk(BIOS_ERR, "Couldn't add headset codec.\n");</span><br><span> </span><br><span>         /* MAXIM98927 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%);">+     /* Render time_slot is 0 and feedback time_slot is 2 */</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 max98927\n");</span><br><span> </span><br><span>       end_addr = nhlt_soc_serialize_oem_overrides(nhlt, start_addr,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26308">change 26308</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/26308"/><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: Ifb8a7e2bbc4af9b3678e3f1ca06cba741a040df7 </div>
<div style="display:none"> Gerrit-Change-Number: 26308 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: HARSHAPRIYA N <harshapriya.n@intel.com> </div>