Commit 73b5f01
idc: dp: Remove redundant switch code
The switch code is not needed because the comp_trigger() call above
invokes comp_trigger_local(), which already contains the appropriate
switch logic. The version in comp_trigger_local() is the correct
implementation for DP, with schedule_task_cancel() call removed by
d99cea9.
This commit fixes DP tests with DP modules located on secondary cores.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent ba6c760 commit 73b5f01
1 file changed
+1
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
229 | 228 | | |
230 | 229 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
| 230 | + | |
251 | 231 | | |
252 | 232 | | |
253 | 233 | | |
| |||
0 commit comments