mirror of https://github.com/thesofproject/sof.git
Config: Change SRCINTC for tgl-cavs.toml and tgl-h-cavs.toml to LL
The SRC should be a normal LL component, it can process 1 ms blocks of audio in real-time. The domain_types = "1" is for DP scheduling that is not enabled currently in Zephyr configuration. It causes a pipeline prepare fail when a topology contains SRC. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
77d4a2acd7
commit
acd8a2bc1b
|
@ -240,7 +240,7 @@ count = 15
|
|||
uuid = "e61bb28d-149a-4c1f-b709-46823ef5f5ae"
|
||||
affinity_mask = "0xF"
|
||||
instance_count = "10"
|
||||
domain_types = "1"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "0x7"
|
||||
auto_start = "0"
|
||||
|
|
|
@ -240,7 +240,7 @@ count = 15
|
|||
uuid = "e61bb28d-149a-4c1f-b709-46823ef5f5ae"
|
||||
affinity_mask = "0xF"
|
||||
instance_count = "10"
|
||||
domain_types = "1"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "0x7"
|
||||
auto_start = "0"
|
||||
|
|
Loading…
Reference in New Issue