summaryrefslogtreecommitdiff
path: root/src/mainboard/samsung/lumpy
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2017-07-06 22:21:14 -0500
committerMartin Roth <martinroth@google.com>2017-07-08 19:06:30 +0000
commit99acf27d3fa30fcbe12eab5490fa443acb2a3e0a (patch)
tree6074a0228f074f96bc50497ae257867f81960061 /src/mainboard/samsung/lumpy
parentaa95af6bf0a35a82ed9ae97893e8812e80648b8d (diff)
downloadcoreboot-99acf27d3fa30fcbe12eab5490fa443acb2a3e0a.tar.xz
samsung/lumpy: change HDA codec SSID to fix Windows
With the existing SSID, the driver loaded by Windows results in the headphone jack and internal mic being non-functional. With the new SSID, the a functional driver is loaded and everything works correctly. Linux works correctly with either SSID so the change has no impact there. New SSID extracted from Windows drivers (.inf). Change-Id: I4195d00d6b18dcd0039747d9883cdf8e1a76f461 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/20485 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/samsung/lumpy')
-rw-r--r--src/mainboard/samsung/lumpy/hda_verb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/samsung/lumpy/hda_verb.c b/src/mainboard/samsung/lumpy/hda_verb.c
index 9c97f120e4..252d872889 100644
--- a/src/mainboard/samsung/lumpy/hda_verb.c
+++ b/src/mainboard/samsung/lumpy/hda_verb.c
@@ -18,11 +18,11 @@
const u32 cim_verb_data[] = {
/* coreboot specific header */
0x10134210, // Codec Vendor / Device ID: Cirrus Logic CS4210
- 0x144db082, // Subsystem ID
+ 0x152D0924, // Subsystem ID
0x00000007, // Number of jacks
- /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144db082 */
- AZALIA_SUBVENDOR(0x0, 0x144db082),
+ /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x152D0924 */
+ AZALIA_SUBVENDOR(0x0, 0x152D0924),
0x00170500,