Attention is currently required from: Tim Wawrzynczak. Amanda Hwang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63496 )
Change subject: mb/google/brya/var/brya0: Change MAX98360 AMP interface to I2S1 ......................................................................
mb/google/brya/var/brya0: Change MAX98360 AMP interface to I2S1
Based on the latest schematic, change MAX98360 AMP interface from I2S2 to I2S1 due to Intel BT offload concern.
BUG=b:202671753 BRANCH=firmware-brya-14505.B TEST=dmidecode -t 11
Change-Id: Ib11c5ef9583fbc623adf239db60327a7a4926995 --- M src/mainboard/google/brya/variants/brya0/fw_config.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/63496/1
diff --git a/src/mainboard/google/brya/variants/brya0/fw_config.c b/src/mainboard/google/brya/variants/brya0/fw_config.c index 999264a..4a23db9 100644 --- a/src/mainboard/google/brya/variants/brya0/fw_config.c +++ b/src/mainboard/google/brya/variants/brya0/fw_config.c @@ -123,7 +123,7 @@ gpio_configure_pads(i2s0_enable_pads, ARRAY_SIZE(i2s0_enable_pads)); gpio_configure_pads(i2s2_disable_pads, ARRAY_SIZE(i2s2_disable_pads)); gpio_configure_pads(bt_i2s_enable_pads, ARRAY_SIZE(bt_i2s_enable_pads)); - } else if(!fw_config_probe(FW_CONFIG(AUDIO, MAX98360_ALC5682I_I2S))){ + } else if (!fw_config_probe(FW_CONFIG(AUDIO, MAX98360_ALC5682I_I2S))) { printk(BIOS_INFO, "BT offload disabled\n"); gpio_configure_pads(i2s0_disable_pads, ARRAY_SIZE(i2s0_disable_pads)); gpio_configure_pads(i2s2_disable_pads, ARRAY_SIZE(i2s2_disable_pads));