From ce546192a2bf00759a8178e6dfb6cbb7a846b10c Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Tue, 17 Sep 2024 02:18:31 +0000 Subject: mb/msi/ms7e06: Correct number of jacks in hda_verb.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was found due to the `_Static_assert()` from CB:84360 failing. Change-Id: I5cf34d8c4e27835d126eb66f2015d2e9d93b700f Signed-off-by: Nicholas Sudsgaard Reviewed-on: https://review.coreboot.org/c/coreboot/+/84396 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski --- src/mainboard/msi/ms7e06/hda_verb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/msi/ms7e06') diff --git a/src/mainboard/msi/ms7e06/hda_verb.c b/src/mainboard/msi/ms7e06/hda_verb.c index 51f9a50dbf..96578fa9ab 100644 --- a/src/mainboard/msi/ms7e06/hda_verb.c +++ b/src/mainboard/msi/ms7e06/hda_verb.c @@ -26,7 +26,7 @@ const u32 cim_verb_data[] = { /* Alderlake HDMI */ 0x80862818, /* Vendor ID */ 0x80860101, /* Subsystem ID */ - 2, /* Number of entries */ + 10, /* Number of entries */ AZALIA_SUBVENDOR(2, 0x80860101), AZALIA_PIN_CFG(2, 0x04, 0x18560010), AZALIA_PIN_CFG(2, 0x06, 0x18560010), -- cgit v1.2.3