Karthik Ramasubramanian has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84184?usp=email )
Change subject: mb/google/brox/var/lotso: Update verb table ......................................................................
mb/google/brox/var/lotso: Update verb table
Correct the number of NID entries.
BUG=b:349996984 TEST=emerge-brox sys-boot/coreboot sys-boot/chromeos-bootimage
Change-Id: I5f5553a5d8014f957d6b89ac4c1039594817bf32 Signed-off-by: Jian Tong tongjian@huaqin.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/84184 Reviewed-by: Kun Liu liukun11@huaqin.corp-partner.google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Karthik Ramasubramanian kramasub@google.com --- M src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Karthik Ramasubramanian: Looks good to me, approved Kun Liu: Looks good to me, but someone else must approve
diff --git a/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h b/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h index 48d5cc5..428b21e 100644 --- a/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h +++ b/src/mainboard/google/brox/variants/lotso/include/variant/hda_verb.h @@ -9,7 +9,7 @@ /* coreboot specific header */ 0x10ec0257, // Codec Vendor / Device ID: Realtek ALC257 0x10ec0257, // Subsystem ID - 0x0000000f, // Number of jacks (NID entries) + 0x00000010, // Number of jacks (NID entries)
AZALIA_RESET(0x1), /* NID 0x01, HDA Codec Subsystem ID Verb table */