Skip to content

Commit 9d1d256

Browse files
committed
ipc4: add google rtc AEC support for mtl
Signed-off-by: Rander Wang <rander.wang@intel.com>
1 parent d48ad6b commit 9d1d256

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

config/mtl.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ name = "ADSPFW"
5757
load_offset = "0x40000"
5858

5959
[module]
60-
count = 16
60+
count = 17
6161
[[module.entry]]
6262
name = "BRNGUP"
6363
uuid = "2B79E4F3-4675-F649-89DF-3BC194A91AEB"
@@ -422,3 +422,19 @@ count = 16
422422

423423
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
424424
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
425+
426+
[[module.entry]]
427+
name = "RTC_AEC"
428+
uuid = "B780A0A6-269F-466F-B477-23DFA05AF758"
429+
affinity_mask = "0xF"
430+
instance_count = "2"
431+
domain_types = "1"
432+
load_type = "2"
433+
module_type = "10"
434+
auto_start = "0"
435+
sched_caps = [1, 0x00008000]
436+
437+
# pin = [dir, type, sample rate, size, container, channel-cfg]
438+
pin = [0, 0, 0x8, 0x2, 0x2, 0x1,
439+
0, 0, 0x8, 0x2, 0x2, 0x4,
440+
1, 0, 0x8, 0x2, 0x2, 0x1]

0 commit comments

Comments
 (0)