mirror of https://github.com/thesofproject/sof.git
config: mtl: set init_config for micsel
The micsel module will use base config extension, init_config should be one for it. Signed-off-by: Chao Song <chao.song@linux.intel.com>
This commit is contained in:
parent
d48ad6b67b
commit
3aa199fb07
|
@ -296,6 +296,7 @@ count = 16
|
||||||
instance_count = "8"
|
instance_count = "8"
|
||||||
domain_types = "0"
|
domain_types = "0"
|
||||||
load_type = "0"
|
load_type = "0"
|
||||||
|
init_config = "1"
|
||||||
module_type = "12"
|
module_type = "12"
|
||||||
auto_start = "0"
|
auto_start = "0"
|
||||||
sched_caps = [1, 0x00008000]
|
sched_caps = [1, 0x00008000]
|
||||||
|
|
Loading…
Reference in New Issue