From 31f705f5556d470d5cd582e87f60ab8971eb3fb8 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 8 Feb 2026 21:19:14 -0600 Subject: [PATCH] mb/google/brya/var/taeko: Fix SoF speaker topology mapping A Windows driver bug resulted in the max98357a-tdm topology being identified as the correct one, when in fact the non-TDM version is correct. Now that the bug has been fixed, correct the speaker topology. Linux was unaffacted as it uses a different mapping method. TEST=build/boot Win11 on RPL Taeko, verify audio functional out of both left/right speakers and mixer functions properly. Change-Id: I2f9cc7353540cd8722beada656a8c2a8b1ba8669 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/91144 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/taeko/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/taeko/overridetree.cb b/src/mainboard/google/brya/variants/taeko/overridetree.cb index 0abad554cc..dfd88a6c16 100644 --- a/src/mainboard/google/brya/variants/taeko/overridetree.cb +++ b/src/mainboard/google/brya/variants/taeko/overridetree.cb @@ -530,7 +530,7 @@ chip soc/intel/alderlake end end chip drivers/sof - register "spkr_tplg" = "max98357a_tdm" + register "spkr_tplg" = "max98357a" register "jack_tplg" = "rt5682" register "mic_tplg" = "_2ch_pdm0" device generic 0 on end