diff mbox series

ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatible

Message ID 20231205220131.2585913-1-cujomalainey@chromium.org
State Accepted
Commit d20d36755a605a21e737b6b16c566658589b1811
Headers show
Series ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatible | expand

Commit Message

Curtis Malainey Dec. 5, 2023, 10:01 p.m. UTC
From: Curtis Malainey <cujomalainey@chromium.org>

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>
---
 sound/soc/sof/mediatek/mt8186/mt8186.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Mark Brown Dec. 6, 2023, 9:04 p.m. UTC | #1
On Tue, 05 Dec 2023 14:01:18 -0800, cujomalainey@chromium.org wrote:
> 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.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatible
      commit: d20d36755a605a21e737b6b16c566658589b1811

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/sof/mediatek/mt8186/mt8186.c b/sound/soc/sof/mediatek/mt8186/mt8186.c
index 1d37c9767986f..0d2d7d697de02 100644
--- a/sound/soc/sof/mediatek/mt8186/mt8186.c
+++ b/sound/soc/sof/mediatek/mt8186/mt8186.c
@@ -548,9 +548,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",
 	},