From 88974d3094e760c82ad38d5062551f450a89d3d3 Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Sat, 9 Nov 2024 13:38:30 +0000 Subject: mb/hardkernel/odroid-h4: Correct number of jacks in hda_verb.c This was found due to the `_Static_assert()` from CB:84360 failing. Change-Id: I401e94b107612f8b7e8a73b3dbc12d7a5227ef01 Signed-off-by: Nicholas Sudsgaard Reviewed-on: https://review.coreboot.org/c/coreboot/+/85076 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/hardkernel/odroid-h4/hda_verb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/hardkernel/odroid-h4/hda_verb.c b/src/mainboard/hardkernel/odroid-h4/hda_verb.c index 0ac706c851..c289cdcecb 100644 --- a/src/mainboard/hardkernel/odroid-h4/hda_verb.c +++ b/src/mainboard/hardkernel/odroid-h4/hda_verb.c @@ -5,7 +5,7 @@ const u32 cim_verb_data[] = { 0x10ec0897, /* Vendor ID: Realtek ALC897 */ 0x10ec0897, /* Subsystem ID */ - 16, /* Number of entries */ + 15, /* Number of entries */ AZALIA_SUBVENDOR(0, 0x10ec0897), AZALIA_PIN_CFG(0, 0x11, 0x40000000), AZALIA_PIN_CFG(0, 0x12, AZALIA_PIN_CFG_NC(0)), -- cgit v1.2.3