From e4084aa96bec01f7fc7f5d49a7dff18870218d40 Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Wed, 18 Sep 2024 14:13:30 +0000 Subject: mb/system76/oryp9: Correct number of jacks in hda_verb.c This was found due to the `_Static_assert()` from CB:84360 failing. Change-Id: I3870bcd2482e55a5abcbd27cd0be18f25a35afbc Signed-off-by: Nicholas Sudsgaard Reviewed-on: https://review.coreboot.org/c/coreboot/+/84415 Reviewed-by: Tim Crawford Tested-by: build bot (Jenkins) --- src/mainboard/system76/adl/variants/oryp9/hda_verb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/system76/adl/variants/oryp9/hda_verb.c b/src/mainboard/system76/adl/variants/oryp9/hda_verb.c index d9915c619d..d591275bbf 100644 --- a/src/mainboard/system76/adl/variants/oryp9/hda_verb.c +++ b/src/mainboard/system76/adl/variants/oryp9/hda_verb.c @@ -6,7 +6,7 @@ const u32 cim_verb_data[] = { /* Realtek, ALC1220 */ 0x10ec1220, /* Vendor ID */ 0x155867f5, /* Subsystem ID */ - 12, /* Number of entries */ + 13, /* Number of entries */ AZALIA_SUBVENDOR(0, 0x155867f5), AZALIA_RESET(1), AZALIA_PIN_CFG(0, 0x12, 0x90a60130), -- cgit v1.2.3