Skip to content

Commit 57d6579

Browse files
dnikodemkv2019i
authored andcommitted
tools: toml: add src_lite module definition
Add the missing src_lite module definition to the toml file for the LNL project. Signed-off-by: Damian Nikodem <damian.nikodem@intel.com>
1 parent 480a328 commit 57d6579

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

tools/rimage/config/lnl.toml

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

5858
[module]
59-
count = 27
59+
count = 28
6060
[[module.entry]]
6161
name = "BRNGUP"
6262
uuid = "2B79E4F3-4675-F649-89DF-3BC194A91AEB"
@@ -617,3 +617,44 @@ count = 27
617617
pin = [0, 0, 0xfeef, 0xf, 0xf, 0x45ff, 1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
618618
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
619619
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
620+
621+
# SRC lite module config
622+
[[module.entry]]
623+
name = "SRC_LITE"
624+
uuid = "33441051-44CD-466A-83A3-178478708AEA"
625+
affinity_mask = "0x1"
626+
#instance_count = "10"
627+
domain_types = "0"
628+
load_type = "0"
629+
module_type = "0x1F"
630+
auto_start = "0"
631+
sched_caps = [1, 0x00008000]
632+
633+
# pin = [dir, type, sample rate, size, container, channel-cfg]
634+
pin = [0, 0, 0xffff, 0xc, 0x8, 0x05ff,
635+
1, 0, 0xf6c9, 0xc, 0x8, 0x05ff]
636+
637+
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
638+
mod_cfg = [0, 0, 0, 0, 12832, 1365500, 0, 0, 0, 1365, 0,
639+
1, 0, 0, 0, 12832, 2302300, 0, 0, 0, 2302, 0,
640+
2, 0, 0, 0, 12832, 3218200, 0, 0, 0, 3218, 0,
641+
3, 0, 0, 0, 12832, 4169700, 0, 0, 0, 4169, 0,
642+
4, 0, 0, 0, 12832, 5095100, 0, 0, 0, 5095, 0,
643+
5, 0, 0, 0, 12832, 6014800, 0, 0, 0, 6014, 0,
644+
6, 0, 0, 0, 12832, 6963500, 0, 0, 0, 6963, 0,
645+
7, 0, 0, 0, 12832, 7791000, 0, 0, 0, 7791, 0,
646+
8, 0, 0, 0, 12832, 8843000, 0, 0, 0, 8843, 0,
647+
9, 0, 0, 0, 12832, 9755100, 0, 0, 0, 9755, 0,
648+
10, 0, 0, 0, 12832, 10726500, 0, 0, 0, 10726, 0,
649+
11, 0, 0, 0, 12832, 11624100, 0, 0, 0, 11624, 0,
650+
12, 0, 0, 0, 12832, 12518700, 0, 0, 0, 12518, 0,
651+
13, 0, 0, 0, 12832, 13555000, 0, 0, 0, 13555, 0,
652+
14, 0, 0, 0, 12832, 14144500, 0, 0, 0, 14144, 0,
653+
15, 0, 0, 0, 12832, 15809800, 0, 0, 0, 15809, 0,
654+
16, 0, 0, 0, 12832, 16749000, 0, 0, 0, 16749, 0,
655+
17, 0, 0, 0, 12832, 18433500, 0, 0, 0, 18433, 0,
656+
18, 0, 0, 0, 12832, 19425900, 0, 0, 0, 19425, 0,
657+
19, 0, 0, 0, 12832, 20396900, 0, 0, 0, 20396, 0,
658+
20, 0, 0, 0, 12832, 20881000, 0, 0, 0, 20881, 0,
659+
21, 0, 0, 0, 12832, 23431000, 0, 0, 0, 23431, 0,
660+
22, 0, 0, 0, 12832, 30471000, 0, 0, 0, 30471, 0]

0 commit comments

Comments
 (0)