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>
This commit is contained in:
Nicholas Sudsgaard 2024-09-24 04:25:21 +00:00 committed by Felix Held
commit ae49d5cd4f

View file

@ -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),