diff options
author | Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> | 2024-09-20 02:19:52 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-09-22 07:10:30 +0000 |
commit | 29394aa78924a03665151428f11a21e79bf2ad61 (patch) | |
tree | 64e89407786106330c997ac6bc26f899aeb410ec /src/mainboard/gigabyte/ga-b75m-d3h/variants | |
parent | ad20ddeb8cf4cf4f989eab10546d14d1b508b05a (diff) |
mb/gigabyte/ga-b75-d3v: Correct number of jacks in hda_verb.c
This was found due to the `_Static_assert()` from CB:84360 failing.
Change-Id: I6012fd948b4350bda7af5390badac737553fa872
Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84430
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/variants')
-rw-r--r-- | src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75-d3v/include/variant/hda_verb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75-d3v/include/variant/hda_verb.h b/src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75-d3v/include/variant/hda_verb.h index 2de8d014d0..cb807c2f33 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75-d3v/include/variant/hda_verb.h +++ b/src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75-d3v/include/variant/hda_verb.h @@ -7,7 +7,7 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ 0x10ec0887, // Realtek 887 0x1458a002, // Subsystem ID - 0x0000000e, // Number of entries + 15, // Number of entries /* NID 0x01: Subsystem ID. */ AZALIA_SUBVENDOR(2, 0x1458a002), |