mb/google/brya/var/taeko: Fix SOF speaker topology selection
taeko/taeko4es use max98357a-tdm, not max98357a. TEST=build/boot Win11 on taeko, verify speaker output functional. Change-Id: I854a9c75ded94474ad440013dad64ee03c40d6e5 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90581 Reviewed-by: Sean Rhodes <sean@starlabs.systems> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
829b8be432
commit
524ad684af
2 changed files with 2 additions and 2 deletions
|
|
@ -530,7 +530,7 @@ chip soc/intel/alderlake
|
|||
end
|
||||
end
|
||||
chip drivers/sof
|
||||
register "spkr_tplg" = "max98357a"
|
||||
register "spkr_tplg" = "max98357a_tdm"
|
||||
register "jack_tplg" = "rt5682"
|
||||
register "mic_tplg" = "_2ch_pdm0"
|
||||
device generic 0 on end
|
||||
|
|
|
|||
|
|
@ -390,7 +390,7 @@ chip soc/intel/alderlake
|
|||
end
|
||||
end
|
||||
chip drivers/sof
|
||||
register "spkr_tplg" = "max98357a"
|
||||
register "spkr_tplg" = "max98357a_tdm"
|
||||
register "jack_tplg" = "rt5682"
|
||||
register "mic_tplg" = "_2ch_pdm0"
|
||||
device generic 0 on end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue