mirror of https://github.com/thesofproject/sof.git
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>
This commit is contained in:
parent
bdf48ee7e6
commit
bc7d49dcfc
|
@ -196,7 +196,7 @@ count = 12
|
|||
instance_count = "40"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "5"
|
||||
module_type = "9"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
@ -220,7 +220,7 @@ count = 12
|
|||
instance_count = "1"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "6"
|
||||
module_type = "9"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
@ -275,7 +275,7 @@ count = 12
|
|||
instance_count = "1"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "8"
|
||||
module_type = "13"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ count = 8
|
|||
instance_count = "40"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "5"
|
||||
module_type = "9"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
@ -220,7 +220,7 @@ count = 8
|
|||
instance_count = "1"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "6"
|
||||
module_type = "9"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
|
Loading…
Reference in New Issue