Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84502?usp=email )
Change subject: mb/starlabs/byte_adl/mk_ii: Correct number of jacks in hda_verb.c ......................................................................
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 --- M src/mainboard/starlabs/byte_adl/variants/mk_ii/hda_verb.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Sean Rhodes: Looks good to me, approved
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 46c8738..9b87198 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 @@ /* 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),