Commit 7354eb7f authored by Curtis Malainey's avatar Curtis Malainey Committed by Mark Brown

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: 8a7d5d85 ("ASoC: SOF: mediatek: mt8195: Add devicetree support to select topologies")
Signed-off-by: default avatarCurtis Malainey <cujomalainey@chromium.org>
Cc: Wojciech Macek <wmacek@google.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patch.msgid.link/20240731212153.921327-1-cujomalainey@chromium.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 9da8aa3b
...@@ -573,7 +573,7 @@ static const struct snd_sof_dsp_ops sof_mt8195_ops = { ...@@ -573,7 +573,7 @@ static const struct snd_sof_dsp_ops sof_mt8195_ops = {
static struct snd_sof_of_mach sof_mt8195_machs[] = { static struct snd_sof_of_mach sof_mt8195_machs[] = {
{ {
.compatible = "google,tomato", .compatible = "google,tomato",
.sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682-dts.tplg" .sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg"
}, { }, {
.compatible = "mediatek,mt8195", .compatible = "mediatek,mt8195",
.sof_tplg_filename = "sof-mt8195.tplg" .sof_tplg_filename = "sof-mt8195.tplg"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment