From 02756b8ffb96bc84c1a60db6d0b8d77d111e3956 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 15 Feb 2017 12:52:50 -0500 Subject: 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. Change-Id: I975031643fc42937ecaea2300639b90632543f67 Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/18411 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/purism/librem13/hda_verb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/purism') 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) */ -- cgit v1.2.3