diff options
author | Keyon Jie <[email protected]> | 2020-09-21 13:45:44 +0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-09-21 17:28:08 +0100 |
commit | 2263063fc4880d544a1eb87713f642384fe03cb7 (patch) | |
tree | dc8e6fc2cc1b18c4a84d022574a3648edfe66b0b /drivers/usb/cdns3/cdns3-trace.h | |
parent | d5214321498a43558d9ffcce4153775c2c296bad (diff) |
ASoC: SOF: topology: fix the process being scheduled on core0 always
In commit 783898ce68de ("ASoC: SOF: append extended data to
sof_ipc_comp_process") the process components are set to run on the
fixed core 0, this break us from scheduling components on any other DSP
core.
Since we can get the DSP core index from swidget->core, it is duplicated
to pass the extra 'core' argument for those sof_widget_load_xx()
functions.
Here removes the duplicate 'core' argument and get component core from
swidget->core directly to fix the issue mentioned above.
Fixes: 783898ce68de ("ASoC: SOF: append extended data to sof_ipc_comp_process")
Signed-off-by: Keyon Jie <[email protected]>
Reviewed-by: Jaska Uimonen <[email protected]>
Reviewed-by: Guennadi Liakhovetski <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Kai Vehmanen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.h')
0 files changed, 0 insertions, 0 deletions