From 17a7c351b8517ced7865aed060753285cc714284 Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Tue, 5 Aug 2025 08:30:51 +0900 Subject: [PATCH] mb/google/brya/var/kaladin/hda_verb.c: Correct number of entries to 21 Counting the entries on the verb table, there are 10 "AZALIA_" macros and 44 32-bit values. Therefore, the correct amount of entries should be 10 + (44 / 4) = 21. Change-Id: Ic858d9076d12755014caa28e428d57dde0ef375d Signed-off-by: Nicholas Sudsgaard Reviewed-on: https://review.coreboot.org/c/coreboot/+/88645 Reviewed-by: Matt DeVillier Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/kaladin/hda_verb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/kaladin/hda_verb.c b/src/mainboard/google/brya/variants/kaladin/hda_verb.c index d2b9f33f7a..710153a42f 100644 --- a/src/mainboard/google/brya/variants/kaladin/hda_verb.c +++ b/src/mainboard/google/brya/variants/kaladin/hda_verb.c @@ -6,7 +6,7 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ 0x10ec0236, // Codec Vendor / Device ID: Realtek ALC236 0x103C8C60, // Subsystem ID - 0x00000017, // Number of jacks (NID entries) + 0x00000015, // Number of jacks (NID entries) AZALIA_RESET(0x1), /* NID 0x01, HDA Codec Subsystem ID Verb table */