summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicholas Sudsgaard <devel+coreboot@nsudsgaard.com>2024-09-17 02:13:22 +0000
committerFelix Held <felix-coreboot@felixheld.de>2024-09-18 13:11:39 +0000
commitb8e8d078fc803a92d18737c3d68ac2c07ec2fabf (patch)
treefd048c2a5fdd7a6b7f6cd300f06d85ec5fc47eb0 /src
parentce546192a2bf00759a8178e6dfb6cbb7a846b10c (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/facebook/fbg1701/hda_verb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/hda_verb.c b/src/mainboard/facebook/fbg1701/hda_verb.c
index 2ace42d6e7..eae4d03431 100644
--- a/src/mainboard/facebook/fbg1701/hda_verb.c
+++ b/src/mainboard/facebook/fbg1701/hda_verb.c
@@ -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),