diff options
author | Kevin Yang <kevin3.yang@lcfc.corp-partner.google.com> | 2023-06-13 15:11:10 +0800 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-06-15 06:56:49 +0000 |
commit | cacdb859795a2861223275dde99b1f744130ba2a (patch) | |
tree | 90e06b8ceacb19c488e7b70274e5dff190c9d68c /src/mainboard/google/dedede/variants | |
parent | 113a1bb25586ca4b924a4e16c94c0bd43b76fb7d (diff) |
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>
Diffstat (limited to 'src/mainboard/google/dedede/variants')
-rw-r--r-- | src/mainboard/google/dedede/variants/boxy/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/dedede/variants/boxy/overridetree.cb b/src/mainboard/google/dedede/variants/boxy/overridetree.cb index 8b51432f80..0c50acdd35 100644 --- a/src/mainboard/google/dedede/variants/boxy/overridetree.cb +++ b/src/mainboard/google/dedede/variants/boxy/overridetree.cb @@ -173,7 +173,7 @@ chip soc/intel/jasperlake 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)" |