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:
parent
ca83dc2309
commit
ae49d5cd4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue