Jakub Czapiga has submitted this change. ( https://review.coreboot.org/c/coreboot/+/75813?usp=email )
(
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/google/dedede/var/boxy: Update audio codec HID to use correct ALC5682I-VD ......................................................................
mb/google/dedede/var/boxy: Update audio codec HID to use correct ALC5682I-VD
Boxy audio codec chip uses ALC5682I-VD, not ALC5682I-VS. It needs to modify codec HID to "10EC5682" in coreboot to fix audio no output sound issue.
BUG=b:286970886 BRANCH=dedede TEST=confirm audio soundcard can be list by command "aplay -l"
Change-Id: Icd69a9d757ba817b586a703a17375682db684224 Signed-off-by: Kevin Yang kevin3.yang@lcfc.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/75813 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Derek Huang derekhuang@google.com --- M src/mainboard/google/dedede/variants/boxy/overridetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Derek Huang: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/dedede/variants/boxy/overridetree.cb b/src/mainboard/google/dedede/variants/boxy/overridetree.cb index 8b51432..0c50acd 100644 --- a/src/mainboard/google/dedede/variants/boxy/overridetree.cb +++ b/src/mainboard/google/dedede/variants/boxy/overridetree.cb @@ -173,7 +173,7 @@ device pci 15.3 off end # I2C 3 device pci 19.0 on chip drivers/i2c/generic - register "hid" = ""RTL5682"" + register "hid" = ""10EC5682"" register "name" = ""RT58"" register "desc" = ""Realtek RT5682"" register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D16)"