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:
Seppo Ingalsuo 2023-04-18 14:15:06 +03:00 committed by Kai Vehmanen
parent 77d4a2acd7
commit acd8a2bc1b
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"