From 8e005753444af3de8d3cf28e13e58954e52733cf Mon Sep 17 00:00:00 2001
From: Rander Wang <rander.wang@intel.com>
Date: Fri, 13 Oct 2023 13:34:25 +0800
Subject: [PATCH] mtl: remove smart amp config in basefw

Smart amp will be a loadable module.

Signed-off-by: Rander Wang <rander.wang@intel.com>
---
 config/mtl.toml | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/config/mtl.toml b/config/mtl.toml
index 2d2742c..46807ea 100644
--- a/config/mtl.toml
+++ b/config/mtl.toml
@@ -57,7 +57,7 @@ name = "ADSPFW"
 load_offset = "0x40000"
 
 [module]
-count = 25
+count = 24
 	[[module.entry]]
 	name = "BRNGUP"
 	uuid = "2B79E4F3-4675-F649-89DF-3BC194A91AEB"
@@ -446,27 +446,6 @@ count = 25
 	# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
 	mod_cfg = [0, 0, 0, 0, 14400, 1114000, 16, 16, 0, 0, 0]
 
-	# smart amp test module config
-	[[module.entry]]
-	name = "SMATEST"
-	uuid = "167A961E-8AE4-11EA-89F1-000C29CE1635"
-	affinity_mask = "0x1"
-	instance_count = "1"
-	domain_types = "0"
-	load_type = "0"
-	init_config = "1"
-	module_type = "0xD"
-	auto_start = "0"
-	sched_caps = [1, 0x00008000]
-
-	# pin = [dir, type, sample rate, size, container, channel-cfg]
-	pin = [0, 0, 0xfeef, 0xf, 0xa, 0x45ff,
-			0, 0, 0xfeef, 0xf, 0xa, 0x45ff,
-			1, 0, 0xfeef, 0xf, 0xa, 0x45ff]
-
-	# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
-	mod_cfg = [0, 0, 0, 0, 296, 5000000, 384, 384, 0, 5000, 0]
-
 	# eq iir module config
 	[[module.entry]]
 	name = "EQIIR"