Skip to content

Commit 0051956

Browse files
committed
ipc4: add google rtc AEC support in config
Signed-off-by: Rander Wang <[email protected]>
1 parent 7bc3cfc commit 0051956

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

config/tgl-cavs.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ name = "ADSPFW"
5252
load_offset = "0x30000"
5353

5454
[module]
55-
count = 12
55+
count = 13
5656
[[module.entry]]
5757
name = "BRNGUP"
5858
uuid = "61EB0CB9-34D8-4F59-A21D-04C54C21D3A4"
@@ -324,3 +324,19 @@ count = 12
324324

325325
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
326326
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
327+
328+
[[module.entry]]
329+
name = "GOOGLE RTC AEC"
330+
uuid = "B780A0A6-269F-466F-B477-23DFA05AF758"
331+
affinity_mask = "0x3"
332+
instance_count = "1"
333+
domain_types = "1"
334+
load_type = "1"
335+
module_type = "10"
336+
auto_start = "0"
337+
sched_caps = [1, 0x00008000]
338+
339+
# pin = [dir, type, sample rate, size, container, channel-cfg]
340+
pin = [0, 0, 0x8, 0x2, 0x2, 0x1,
341+
0, 0, 0x8, 0x2, 0x2, 0x4,
342+
1, 0, 0x8, 0x2, 0x2, 0x1]

0 commit comments

Comments
 (0)