Skip to content

Commit 7354eb7

Browse files
cujomalaineybroonie
authored andcommitted
ASoC: SOF: Remove libraries from topology lookups
Default firmware shipped in open source are not licensed for 3P libraries, therefore topologies should not reference them. If a OS wants to use 3P (that they have licensed) then they should use the appropriate topology override mechanisms. Fixes: 8a7d5d8 ("ASoC: SOF: mediatek: mt8195: Add devicetree support to select topologies") Signed-off-by: Curtis Malainey <[email protected]> Cc: Wojciech Macek <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 9da8aa3 commit 7354eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/mediatek/mt8195/mt8195.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ static const struct snd_sof_dsp_ops sof_mt8195_ops = {
573573
static struct snd_sof_of_mach sof_mt8195_machs[] = {
574574
{
575575
.compatible = "google,tomato",
576-
.sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682-dts.tplg"
576+
.sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg"
577577
}, {
578578
.compatible = "mediatek,mt8195",
579579
.sof_tplg_filename = "sof-mt8195.tplg"

0 commit comments

Comments
 (0)