Skip to content

Commit 7bc3cfc

Browse files
Chao Songkv2019i
authored andcommitted
config: mtl: add smart amp test module config
This patch adds smart amp test module config for mtl. Signed-off-by: Chao Song <chao.song@linux.intel.com>
1 parent 3da7739 commit 7bc3cfc

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

config/mtl.toml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ name = "ADSPFW"
4949
load_offset = "0x40000"
5050

5151
[module]
52-
count = 15
52+
count = 16
5353
[[module.entry]]
5454
name = "BRNGUP"
5555
uuid = "2B79E4F3-4675-F649-89DF-3BC194A91AEB"
@@ -393,3 +393,23 @@ count = 15
393393

394394
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
395395
mod_cfg = [0, 0, 0, 0, 14400, 1114000, 16, 16, 0, 0, 0]
396+
397+
# smart amp test module config
398+
[[module.entry]]
399+
name = "SMATEST"
400+
uuid = "167A961E-8AE4-11EA-89F1-000C29CE1635"
401+
affinity_mask = "0x1"
402+
instance_count = "1"
403+
domain_types = "0"
404+
load_type = "0"
405+
module_type = "13"
406+
auto_start = "0"
407+
sched_caps = [1, 0x00008000]
408+
409+
# pin = [dir, type, sample rate, size, container, channel-cfg]
410+
pin = [0, 0, 0xfeef, 0xf, 0xa, 0x45ff,
411+
0, 0, 0xfeef, 0xf, 0xa, 0x45ff,
412+
1, 0, 0xfeef, 0xf, 0xa, 0x45ff]
413+
414+
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
415+
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]

0 commit comments

Comments
 (0)