mb/intel/coffeelake_rvp/cml_u: Correct number of jacks in hda_verb.c
This was found due to the `_Static_assert()` from CB:84360 failing. As I do not own this board, I cannot test whether is change is "functionally correct". However, I believe it is more likely that the original authors forgot to update the verb table size, rather than them adding additional verb data which was not meant to be used. TEST=`_Static_assert()` mentioned above does not fail anymore. Change-Id: I8df44e056bc841bfb344749ba214e6fb71a1955b Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84487 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
55e7baff92
commit
b892eca375
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const u32 cim_verb_data[] = {
|
|||
/* ALC 700 */
|
||||
0x10EC0700,
|
||||
0xFFFFFFFF,
|
||||
0x00000023,
|
||||
161,
|
||||
|
||||
AZALIA_SUBVENDOR(0, 0x10EC10F2),
|
||||
AZALIA_PIN_CFG(0, 0x01, 0x00000000),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue