Attention is currently required from: Kapil Porwal, Subrata Banik, Tarun Tuli.
Rui Zhou has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75833?usp=email )
Change subject: add audio to test ......................................................................
add audio to test
Change-Id: I24a1a99378e51614397095461a87727f75543883 --- M src/mainboard/google/rex/variants/screebo/overridetree.cb 1 file changed, 8 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/75833/1
diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index d66d7bd..bcc592a 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -1,7 +1,7 @@ fw_config field AUDIO 0 1 option AUDIO_UNKNOWN 0 - option ALC1019_ALC5682I_I2S 1 + option MAX98360_ALC5682I_I2S 1 end field DB_CONFIG 2 4 option DB_UNKNOWN 0 @@ -364,7 +364,7 @@ register "property_list[0].name" = ""realtek,jd-src"" register "property_list[0].integer" = "1" device i2c 1a on - probe AUDIO ALC1019_ALC5682I_I2S + probe AUDIO MAX98360_ALC5682I_I2S end end end @@ -488,11 +488,13 @@ end end device ref hda on - chip drivers/generic/alc1015 - register "hid" = ""RTL1019"" - register "sdb" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_B07)" + chip drivers/generic/max98357a + register "hid" = ""MX98360A"" + register "sdmode_gpio" = + "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_D04)" + register "sdmode_delay" = "5" device generic 0 on - probe AUDIO ALC1019_ALC5682I_I2S + probe AUDIO MAX98360_ALC5682I_I2S end end end