From 03de689ec3adda78d2589cdf2ab1ec4bdfb46310 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 15 Feb 2017 12:52:50 -0500 Subject: [PATCH] UPSTREAM: purism/librem13: Fix HDA codec verbs. Use correct codec vendor id There was a 'typo' where the subsystem id was set instead of the codec vendor id. This caused the lynxpoint HDA codecs init to fail to find the proper codecid verbs so codecs were never initialized. That caused the headphones jack to not work. BUG=none BRANCH=none TEST=none Change-Id: I6821c13910c1cd8c91ae6a70e15a222372b135dd Signed-off-by: Patrick Georgi Original-Commit-Id: 02756b8ffb96bc84c1a60db6d0b8d77d111e3956 Original-Change-Id: I975031643fc42937ecaea2300639b90632543f67 Original-Signed-off-by: Youness Alaoui Original-Reviewed-on: https://review.coreboot.org/18411 Original-Reviewed-by: Arthur Heymans Original-Tested-by: build bot (Jenkins) Reviewed-on: https://chromium-review.googlesource.com/445829 --- src/mainboard/purism/librem13/hda_verb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/purism/librem13/hda_verb.c b/src/mainboard/purism/librem13/hda_verb.c index f553df6aa0..958a9391af 100644 --- a/src/mainboard/purism/librem13/hda_verb.c +++ b/src/mainboard/purism/librem13/hda_verb.c @@ -17,7 +17,7 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x19910269, /* Codec Vendor / Device ID: Realtek ALC269 */ + 0x10ec0269, /* Codec Vendor / Device ID: Realtek ALC269 */ 0x19910269, /* Subsystem ID */ 0x0000000c, /* Number of jacks (NID entries) */