From 77b52ed3cce7c5bac1f591ab4fa994adc4a0a73b Mon Sep 17 00:00:00 2001 From: Tony Huang Date: Mon, 4 Aug 2025 13:57:08 +0800 Subject: [PATCH] mb/google/brox/var/caboc: HDA: Correct number of jacks to 35 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 32b944b77a3b ("mb/google/brox/var/caboc: Update hda_verb table"), CB:88627 didn’t update the number of jacks, so do it now. BUG=b:435345756 TEST=emerge-brox coreboot check system audio output is fine Change-Id: Id559ceba2d5c21b120c76147bf042520e57865a7 Signed-off-by: Tony Huang Reviewed-on: https://review.coreboot.org/c/coreboot/+/88644 Reviewed-by: Paul Menzel Reviewed-by: Karthik Ramasubramanian Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Sudsgaard --- .../google/brox/variants/caboc/include/variant/hda_verb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brox/variants/caboc/include/variant/hda_verb.h b/src/mainboard/google/brox/variants/caboc/include/variant/hda_verb.h index 495d3b7dab..5a6c2745ee 100644 --- a/src/mainboard/google/brox/variants/caboc/include/variant/hda_verb.h +++ b/src/mainboard/google/brox/variants/caboc/include/variant/hda_verb.h @@ -9,7 +9,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) + 0x00000023, // Number of jacks (NID entries) AZALIA_RESET(0x1), /* NID 0x01, HDA Codec Subsystem ID Verb table */