mb/google/brya/var/kaladin/hda_verb.c: Correct number of entries to 21
Counting the entries on the verb table, there are 10 "AZALIA_" macros and 44 32-bit values. Therefore, the correct amount of entries should be 10 + (44 / 4) = 21. Change-Id: Ic858d9076d12755014caa28e428d57dde0ef375d Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88645 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b65b98ace6
commit
17a7c351b8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const u32 cim_verb_data[] = {
|
|||
/* coreboot specific header */
|
||||
0x10ec0236, // Codec Vendor / Device ID: Realtek ALC236
|
||||
0x103C8C60, // Subsystem ID
|
||||
0x00000017, // Number of jacks (NID entries)
|
||||
0x00000015, // Number of jacks (NID entries)
|
||||
|
||||
AZALIA_RESET(0x1),
|
||||
/* NID 0x01, HDA Codec Subsystem ID Verb table */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue