<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20485">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">samsung/lumpy: change HDA codec SSID to fix Windows<br><br>With the existing SSID, the driver loaded by Windows results<br>in the headphone jack and internal mic being non-functional.<br>With the new SSID, the a functional driver is loaded and<br>everything works correctly.  Linux works correctly with<br>either SSID so the change has no impact there.<br><br>New SSID extracted from Windows drivers (.inf).<br><br>Change-Id: I4195d00d6b18dcd0039747d9883cdf8e1a76f461<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/mainboard/samsung/lumpy/hda_verb.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/20485/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/samsung/lumpy/hda_verb.c b/src/mainboard/samsung/lumpy/hda_verb.c<br>index 9c97f12..252d872 100644<br>--- a/src/mainboard/samsung/lumpy/hda_verb.c<br>+++ b/src/mainboard/samsung/lumpy/hda_verb.c<br>@@ -18,11 +18,11 @@<br> const u32 cim_verb_data[] = {<br>     /* coreboot specific header */<br>        0x10134210,     // Codec Vendor / Device ID: Cirrus Logic CS4210<br>-     0x144db082,     // Subsystem ID<br>+      0x152D0924,     // Subsystem ID<br>       0x00000007,     // Number of jacks<br> <br>-        /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144db082 */<br>-        AZALIA_SUBVENDOR(0x0, 0x144db082),<br>+   /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x152D0924 */<br>+        AZALIA_SUBVENDOR(0x0, 0x152D0924),<br> <br>         0x00170500,<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/20485">change 20485</a>. To unsubscribe, 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/20485"/><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: I4195d00d6b18dcd0039747d9883cdf8e1a76f461 </div>
<div style="display:none"> Gerrit-Change-Number: 20485 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>