mb/gigabyte/ga-945gcm-s2l: Correct number of jacks in hda_verb.c

This was found due to the `_Static_assert()` from CB:84360 failing.

Change-Id: I01db9dad872cd4c9238b6c6aac73f3e6367710a4
Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84416
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Nicholas Sudsgaard 2024-09-18 14:21:21 +00:00 committed by Felix Held
commit ec3a0d674e

View file

@ -6,7 +6,7 @@ const u32 cim_verb_data[] = {
/* coreboot specific header */
0x10ec0662, /* Vendor ID */
0x1458a002, /* Subsystem ID */
0x00000009, /* Number of entries */
10, /* Number of entries */
/* Pin Widget Verb Table */
AZALIA_PIN_CFG(0, 0x14, 0x01014010),