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 commit 60e9e97e0d.

Signed-off-by: Jyri Sarha <jyri.sarha@intel.com>
This commit is contained in:
Jyri Sarha 2023-02-28 19:23:56 +02:00 committed by Kai Vehmanen
parent 9c3bba8210
commit 5b5ed42720
1 changed files with 0 additions and 1 deletions

View File

@ -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);