Skip to content

Commit bdf48ee

Browse files
Jaska Uimonenlgirdwood
authored andcommitted
config: tgl-cavs: add fir and iir eq module config
This patch adds module config for fir and iir eq module. Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
1 parent ba8534b commit bdf48ee

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

config/tgl-cavs.toml

Lines changed: 39 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 = 10
55+
count = 12
5656
[[module.entry]]
5757
name = "BRNGUP"
5858
uuid = "61EB0CB9-34D8-4F59-A21D-04C54C21D3A4"
@@ -286,3 +286,41 @@ count = 10
286286

287287
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
288288
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
289+
290+
# eq iir module config
291+
[[module.entry]]
292+
name = "EQIIR"
293+
uuid = "5150C0E6-27F9-4EC8-8351-C705B642D12F"
294+
affinity_mask = "0x1"
295+
instance_count = "40"
296+
domain_types = "0"
297+
load_type = "0"
298+
module_type = "9"
299+
auto_start = "0"
300+
sched_caps = [1, 0x00008000]
301+
302+
# pin = [dir, type, sample rate, size, container, channel-cfg]
303+
pin = [0, 0, 0xfeef, 0xf, 0xf, 0x45ff,
304+
1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
305+
306+
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
307+
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
308+
309+
# eq iir module config
310+
[[module.entry]]
311+
name = "EQFIR"
312+
uuid = "43A90CE7-f3A5-41Df-AC06-BA98651AE6A3"
313+
affinity_mask = "0x1"
314+
instance_count = "40"
315+
domain_types = "0"
316+
load_type = "0"
317+
module_type = "9"
318+
auto_start = "0"
319+
sched_caps = [1, 0x00008000]
320+
321+
# pin = [dir, type, sample rate, size, container, channel-cfg]
322+
pin = [0, 0, 0xfeef, 0xf, 0xf, 0x45ff,
323+
1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
324+
325+
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
326+
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]

0 commit comments

Comments
 (0)