Skip to content

Commit 049b209

Browse files
committed
ipc4: add google rtc AEC support for mtl
Signed-off-by: Rander Wang <[email protected]>
1 parent 0051956 commit 049b209

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

config/mtl.toml

Lines changed: 17 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 = 16
52+
count = 17
5353
[[module.entry]]
5454
name = "BRNGUP"
5555
uuid = "2B79E4F3-4675-F649-89DF-3BC194A91AEB"
@@ -413,3 +413,19 @@ count = 16
413413

414414
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
415415
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
416+
417+
[[module.entry]]
418+
name = "RTC_AEC"
419+
uuid = "B780A0A6-269F-466F-B477-23DFA05AF758"
420+
affinity_mask = "0x3"
421+
instance_count = "1"
422+
domain_types = "1"
423+
load_type = "1"
424+
module_type = "10"
425+
auto_start = "0"
426+
sched_caps = [1, 0x00008000]
427+
428+
# pin = [dir, type, sample rate, size, container, channel-cfg]
429+
pin = [0, 0, 0x8, 0x2, 0x2, 0x1,
430+
0, 0, 0x8, 0x2, 0x2, 0x4,
431+
1, 0, 0x8, 0x2, 0x2, 0x1]

0 commit comments

Comments
 (0)