config: correct module config load_type

The load_type in extended manifest is used to indicate
if a module is a built-in module(0) or a loadable(1)
module.

We don't have loadable module yet, so load_type should
be zero for all modules.

Signed-off-by: Chao Song <chao.song@linux.intel.com>
This commit is contained in:
Chao Song 2023-02-01 13:22:48 +08:00 committed by Kai Vehmanen
parent bc7d49dcfc
commit 3da7739b5f
3 changed files with 10 additions and 10 deletions

View File

@ -56,7 +56,7 @@ count = 15
affinity_mask = "0x1"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "0"
auto_start = "0"
@ -66,7 +66,7 @@ count = 15
affinity_mask = "3"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "0"
auto_start = "0"
@ -306,7 +306,7 @@ count = 15
affinity_mask = "0x1"
instance_count = "15"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "5"
auto_start = "0"
sched_caps = [1, 0x00008000]
@ -345,7 +345,7 @@ count = 15
affinity_mask = "0x1"
instance_count = "15"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "6"
auto_start = "0"
sched_caps = [1, 0x00008000]
@ -364,7 +364,7 @@ count = 15
affinity_mask = "0x1"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "9"
auto_start = "0"
sched_caps = [1, 0x00008000]
@ -382,7 +382,7 @@ count = 15
affinity_mask = "0x1"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "0xB"
auto_start = "0"
sched_caps = [1, 0x00008000]

View File

@ -59,7 +59,7 @@ count = 12
affinity_mask = "0x1"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "0"
auto_start = "0"
@ -69,7 +69,7 @@ count = 12
affinity_mask = "3"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "0"
auto_start = "0"

View File

@ -59,7 +59,7 @@ count = 8
affinity_mask = "0x1"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "0"
auto_start = "0"
@ -69,7 +69,7 @@ count = 8
affinity_mask = "3"
instance_count = "1"
domain_types = "0"
load_type = "1"
load_type = "0"
module_type = "0"
auto_start = "0"