Skip to content

Commit bc7d49d

Browse files
Chao Songkv2019i
authored andcommitted
config: align module_type with mtl for tgl and tgl-h
The module_type member in module config should be assigned according to the mod_type enum. Previously, for tgl and tgl-h, it is assigned in an incremental way, which is wrong. MTL assigns module_type in the correct way, so align the module_type with mtl for tgl and tgl-h in this patch. Signed-off-by: Chao Song <chao.song@linux.intel.com>
1 parent bdf48ee commit bc7d49d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

config/tgl-cavs.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ count = 12
196196
instance_count = "40"
197197
domain_types = "0"
198198
load_type = "0"
199-
module_type = "5"
199+
module_type = "9"
200200
auto_start = "0"
201201
sched_caps = [1, 0x00008000]
202202

@@ -220,7 +220,7 @@ count = 12
220220
instance_count = "1"
221221
domain_types = "0"
222222
load_type = "0"
223-
module_type = "6"
223+
module_type = "9"
224224
auto_start = "0"
225225
sched_caps = [1, 0x00008000]
226226

@@ -275,7 +275,7 @@ count = 12
275275
instance_count = "1"
276276
domain_types = "0"
277277
load_type = "0"
278-
module_type = "8"
278+
module_type = "13"
279279
auto_start = "0"
280280
sched_caps = [1, 0x00008000]
281281

config/tgl-h-cavs.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ count = 8
196196
instance_count = "40"
197197
domain_types = "0"
198198
load_type = "0"
199-
module_type = "5"
199+
module_type = "9"
200200
auto_start = "0"
201201
sched_caps = [1, 0x00008000]
202202

@@ -220,7 +220,7 @@ count = 8
220220
instance_count = "1"
221221
domain_types = "0"
222222
load_type = "0"
223-
module_type = "6"
223+
module_type = "9"
224224
auto_start = "0"
225225
sched_caps = [1, 0x00008000]
226226

0 commit comments

Comments
 (0)