Nicholas Sudsgaard has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84416?usp=email )
Change subject: mb/gigabyte/ga-945gcm-s2l: Correct number of jacks in hda_verb.c ......................................................................
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 --- M src/mainboard/gigabyte/ga-945gcm-s2l/hda_verb.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/84416/1
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/hda_verb.c b/src/mainboard/gigabyte/ga-945gcm-s2l/hda_verb.c index 6663b16..654af3a8 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/hda_verb.c +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/hda_verb.c @@ -6,7 +6,7 @@ /* 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),