ASoC: Intel: Skylake: Add module processing domain support
A module can be scheduled in deferent processing domains in DSP. Topology specifies the module domain. Signed-off-by: Senthilnathan Veppur <senthilnathanx.veppur@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
8d983be820
commit
3d4006cd50
@@ -870,6 +870,7 @@ int skl_init_module(struct skl_sst *ctx,
|
||||
msg.ppl_instance_id = mconfig->pipe->ppl_id;
|
||||
msg.param_data_size = module_config_size;
|
||||
msg.core_id = mconfig->core_id;
|
||||
msg.domain = mconfig->domain;
|
||||
|
||||
ret = skl_ipc_init_instance(&ctx->ipc, &msg, param_data);
|
||||
if (ret < 0) {
|
||||
|
Reference in New Issue
Block a user