From b4aeb575910fd127c1ef34ef456d80f176528d8f Mon Sep 17 00:00:00 2001 From: Jian Tong Date: Mon, 2 Sep 2024 20:33:00 +0800 Subject: [PATCH] mb/google/brox/var/lotso: Update verb table Correct the number of NID entries. BUG=b:349996984 TEST=emerge-brox sys-boot/coreboot sys-boot/chromeos-bootimage Change-Id: I5f5553a5d8014f957d6b89ac4c1039594817bf32 Signed-off-by: Jian Tong Reviewed-on: https://review.coreboot.org/c/coreboot/+/84184 Reviewed-by: Kun Liu Tested-by: build bot (Jenkins) Reviewed-by: Karthik Ramasubramanian --- .../google/brox/variants/lotso/include/variant/hda_verb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h b/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h index 48d5cc5749..428b21e20b 100644 --- a/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h +++ b/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h @@ -9,7 +9,7 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ 0x10ec0257, // Codec Vendor / Device ID: Realtek ALC257 0x10ec0257, // Subsystem ID - 0x0000000f, // Number of jacks (NID entries) + 0x00000010, // Number of jacks (NID entries) AZALIA_RESET(0x1), /* NID 0x01, HDA Codec Subsystem ID Verb table */