mirror of https://github.com/thesofproject/sof.git
Revert "hda: chain dma: cancel task before freeing it"
This was not the correct fix for the ll timer free crash issue. Now that the correct fix[1] is found and merged, this workaround can be removed. [1]b3a808afa8
"chain-dma: fix scheduling exception" This reverts commit60e9e97e0d
. Signed-off-by: Jyri Sarha <jyri.sarha@intel.com>
This commit is contained in:
parent
9c3bba8210
commit
5b5ed42720
|
@ -339,7 +339,6 @@ static int chain_task_pause(struct comp_dev *dev)
|
|||
|
||||
k_spin_unlock(&drivers->lock, key);
|
||||
|
||||
schedule_task_cancel(&cd->chain_task);
|
||||
schedule_task_free(&cd->chain_task);
|
||||
pm_policy_state_lock_put(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES);
|
||||
|
||||
|
|
Loading…
Reference in New Issue