summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Sudsgaard <devel+coreboot@nsudsgaard.com>2024-09-24 04:25:21 +0000
committerFelix Held <felix-coreboot@felixheld.de>2024-09-30 11:07:25 +0000
commitae49d5cd4f8a8dc20e667c292be9e6532998c8e8 (patch)
treef36bbf9f0cecedaf92bc7e67442b923a82cc1258
parentca83dc2309e144b60abed24c9a81927609ffe480 (diff)
mb/starlabs/byte_adl/mk_ii: Correct number of jacks in hda_verb.c
This was found due to the `_Static_assert()` from CB:84360 failing. Change-Id: Ibb167b8dc379ca331812255c3e7e049556f2b57b Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84502 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
-rw-r--r--src/mainboard/starlabs/byte_adl/variants/mk_ii/hda_verb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/byte_adl/variants/mk_ii/hda_verb.c b/src/mainboard/starlabs/byte_adl/variants/mk_ii/hda_verb.c
index 46c87380c8..9b87198c4a 100644
--- a/src/mainboard/starlabs/byte_adl/variants/mk_ii/hda_verb.c
+++ b/src/mainboard/starlabs/byte_adl/variants/mk_ii/hda_verb.c
@@ -7,7 +7,7 @@ const uint32_t cim_verb_data[] = {
/* coreboot specific header */
0x14f11f87, /* Codec Vendor / Device ID: SoundWire SN6140 */
0x14f1035e, /* Subsystem ID */
- 17, /* Number of jacks (NID entries) */
+ 19, /* Number of jacks (NID entries) */
/* Reset Codec First */
AZALIA_RESET(0x1),