mirror of https://github.com/thesofproject/sof.git
rimage: use hex number
Module type is interpreted as hex number Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
parent
36c0c90769
commit
5ebbd6530c
|
@ -297,7 +297,7 @@ count = 16
|
|||
domain_types = "0"
|
||||
load_type = "0"
|
||||
init_config = "1"
|
||||
module_type = "12"
|
||||
module_type = "0xC"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
@ -412,7 +412,7 @@ count = 16
|
|||
domain_types = "0"
|
||||
load_type = "0"
|
||||
init_config = "1"
|
||||
module_type = "13"
|
||||
module_type = "0xD"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
|
|
@ -283,7 +283,7 @@ count = 15
|
|||
instance_count = "1"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "13"
|
||||
module_type = "0xD"
|
||||
init_config = "1"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
@ -377,7 +377,7 @@ count = 15
|
|||
instance_count = "8"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "12"
|
||||
module_type = "0xC"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
|
||||
|
|
Loading…
Reference in New Issue