From 99acf27d3fa30fcbe12eab5490fa443acb2a3e0a Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 6 Jul 2017 22:21:14 -0500 Subject: samsung/lumpy: change HDA codec SSID to fix Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/20485 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Kyösti Mälkki --- src/mainboard/samsung/lumpy/hda_verb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/samsung') 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, -- cgit v1.2.3