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 <pgeorgi@chromium.org>
Original-Commit-Id: 02756b8ffb
Original-Change-Id: I975031643fc42937ecaea2300639b90632543f67
Original-Signed-off-by: Youness Alaoui <youness.alaoui@puri.sm>
Original-Reviewed-on: https://review.coreboot.org/18411
Original-Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Tested-by: build bot (Jenkins)
Reviewed-on: https://chromium-review.googlesource.com/445829
This commit is contained in:
Youness Alaoui 2017-02-15 12:52:50 -05:00 committed by chrome-bot
parent 28bf6288f4
commit 03de689ec3

View file

@ -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) */