Skip to content

Commit 083f295

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

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

config/tgl-cavs.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ name = "ADSPFW"
6060
load_offset = "0x30000"
6161

6262
[module]
63-
count = 15
63+
count = 16
6464
[[module.entry]]
6565
name = "BRNGUP"
6666
uuid = "61EB0CB9-34D8-4F59-A21D-04C54C21D3A4"
@@ -388,3 +388,18 @@ count = 15
388388
mod_cfg = [0, 0, 0, 0, 960, 488500, 16, 16, 0, 0, 0,
389389
1, 0, 0, 0, 960, 964500, 16, 16, 0, 0, 0,
390390
2, 0, 0, 0, 960, 2003000, 16, 16, 0, 0, 0]
391+
[[module.entry]]
392+
name = "RTC_AEC"
393+
uuid = "B780A0A6-269F-466F-B477-23DFA05AF758"
394+
affinity_mask = "0xF"
395+
instance_count = "2"
396+
domain_types = "1"
397+
load_type = "2"
398+
module_type = "10"
399+
auto_start = "0"
400+
sched_caps = [1, 0x00008000]
401+
402+
# pin = [dir, type, sample rate, size, container, channel-cfg]
403+
pin = [0, 0, 0x8, 0x2, 0x2, 0x1,
404+
0, 0, 0x8, 0x2, 0x2, 0x4,
405+
1, 0, 0x8, 0x2, 0x2, 0x1]

0 commit comments

Comments
 (0)