Skip to content

Commit

Permalink
mtl: Add ASRC module to the manifest
Browse files Browse the repository at this point in the history
Added ASRC module to config/mtl.toml

Signed-off-by: Adrian Warecki <adrianx.warecki@intel.com>
  • Loading branch information
Adrian Warecki authored and lgirdwood committed May 26, 2022
1 parent af947cb commit fe4dcaa
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion config/mtl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ name = "ADSPFW"
load_offset = "0x40000"

[module]
count = 7
count = 8
[[module.entry]]
name = "BRNGUP"
uuid = "2B79E4F3-4675-F649-89DF-3BC194A91AEB"
Expand Down Expand Up @@ -208,3 +208,35 @@ count = 7
4, 0, 0, 0, 416, 2910000, 192, 256, 0, 0, 0,
5, 0, 0, 0, 416, 3441000, 192, 256, 0, 0, 0,
6, 0, 0, 0, 416, 4265000, 192, 256, 0, 0, 0]

[[module.entry]]
name = "ASRC"
uuid = "66B4402D-B468-42F2-81A7-B37121863DD4"
affinity_mask = "0x3"
instance_count = "2"
domain_types = "0"

load_type = "0"
module_type = "6"
auto_start = "0"
sched_caps = [1, 0x00008000]

pin = [0, 0, 0xfeef, 0xc, 0x8, 0x45ff,
1, 0, 0xfeef, 0xc, 0x8, 0x45ff]

mod_cfg = [0, 0, 0, 0, 20480, 4065600, 24, 22, 0, 0, 0,
1, 0, 0, 0, 20480, 5616000, 8, 25, 0, 0, 0,
2, 0, 0, 0, 20480, 7319200, 24, 27, 0, 0, 0,
3, 0, 0, 0, 20480, 9155300, 8, 27, 0, 0, 0,
4, 0, 0, 0, 20480, 10972600, 48, 54, 0, 0, 0,
5, 0, 0, 0, 20480, 12661000, 16, 36, 0, 0, 0,
6, 0, 0, 0, 20480, 14448500, 48, 96, 0, 0, 0,
7, 0, 0, 0, 20480, 16145000, 19, 68, 0, 0, 0,
8, 0, 0, 0, 20480, 17861300, 45, 102, 0, 0, 0,
9, 0, 0, 0, 20480, 21425900, 8, 36, 0, 0, 0,
10, 0, 0, 0, 20480, 22771000, 32, 102, 0, 0, 0,
11, 0, 0, 0, 20480, 23439000, 48, 27, 0, 0, 0,
12, 0, 0, 0, 20480, 33394000, 48, 51, 0, 0, 0,
13, 0, 0, 0, 20480, 36140000, 16, 96, 0, 0, 0,
14, 0, 0, 0, 20480, 38003000, 16, 68, 0, 0, 0,
15, 0, 0, 0, 20480, 39787000, 45, 51, 0, 0, 0]

0 comments on commit fe4dcaa

Please sign in to comment.