mb/google/brya/primus: modify HID to MX98357A to enable audio function
Primus has MX98360A, which Linux kernel 5.10 currently does not support and, therefore, audio does not work. As the device is compatible with the MX98357A, use that until Linux’ SoF driver supports the new version (https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/3070268). BUG=b:194749863 BRANCH=none TEST=build coreboot and audio function works Signed-off-by: Casper Chang <casper_chang@wistron.corp-partner.google.com> Change-Id: I893d9a31dc2c7726599c150be01b9585fb6c8a47 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57038 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
4610bbc7d0
commit
bcf2f34dd5
|
@ -226,7 +226,7 @@ chip soc/intel/alderlake
|
||||||
end
|
end
|
||||||
device ref hda on
|
device ref hda on
|
||||||
chip drivers/generic/max98357a
|
chip drivers/generic/max98357a
|
||||||
register "hid" = ""MX98360A""
|
register "hid" = ""MX98357A""
|
||||||
register "sdmode_gpio" =
|
register "sdmode_gpio" =
|
||||||
"ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A11)"
|
"ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A11)"
|
||||||
register "sdmode_delay" = "5"
|
register "sdmode_delay" = "5"
|
||||||
|
|
Loading…
Reference in New Issue