summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Malainey <cujomalainey@chromium.org>2023-12-05 14:01:18 -0800
committerMark Brown <broonie@kernel.org>2023-12-06 16:31:09 +0000
commitd20d36755a605a21e737b6b16c566658589b1811 (patch)
treeb503075fd689e1cc7ac16a19a1711316d673df80
parent0a10d15280a385e5971fb58a6d2eddbf7c0aa9f3 (diff)
downloadlinux-stable-d20d36755a605a21e737b6b16c566658589b1811.tar.gz
linux-stable-d20d36755a605a21e737b6b16c566658589b1811.tar.bz2
linux-stable-d20d36755a605a21e737b6b16c566658589b1811.zip
ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatible
This reverts commit 505c83212da5bfca95109421b8f5d9f8c6cdfef2. This is not an official topology from the SOF project. Topologies are named based on the card configuration and are NOT board specific. Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> Link: https://lore.kernel.org/r/20231205220131.2585913-1-cujomalainey@chromium.org Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sof/mediatek/mt8186/mt8186.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/sof/mediatek/mt8186/mt8186.c b/sound/soc/sof/mediatek/mt8186/mt8186.c
index e0d88e7aa8ca..b69fa788b16f 100644
--- a/sound/soc/sof/mediatek/mt8186/mt8186.c
+++ b/sound/soc/sof/mediatek/mt8186/mt8186.c
@@ -597,9 +597,6 @@ static struct snd_sof_dsp_ops sof_mt8186_ops = {
static struct snd_sof_of_mach sof_mt8186_machs[] = {
{
- .compatible = "google,steelix",
- .sof_tplg_filename = "sof-mt8186-google-steelix.tplg"
- }, {
.compatible = "mediatek,mt8186",
.sof_tplg_filename = "sof-mt8186.tplg",
},