mb/facebook/fbg1701: Correct number of jacks in hda_verb.c

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

Change-Id: I60bb9e7df368b786e17bb49a6f35d27372fd21de
Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84394
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nicholas Sudsgaard 2024-09-17 02:13:22 +00:00 committed by Felix Held
commit b8e8d078fc

View file

@ -6,7 +6,7 @@ const u32 cim_verb_data[] = {
/* coreboot specific header */
0x10EC0298, /* Codec Vendor - Device ID: Realtek ALC298 */
0x152D1165, /* Subsystem ID Quanta */
0x0000000C, /* Number of jacks */
0x0000000E, /* Number of jacks */
/* HDA Codec Subsystem ID Verb Table */
AZALIA_SUBVENDOR(0, 0x152D1165),