Skip to content

Call StopASIF.. from sound_task, as it cannot be called from cbrs (TakeSemaphore will time out, as semaphore taken during cbr call -> ASSERT, ERR 70)

Created originally on Bitbucket by Maqs

Was already merged in Bitbucket before import, marked as merged by the import user

For the 6D, StopASIF... cannot be called from the cbrs directly, as it will try to take a semaphore already taken, time out and then ASSERT, resulting in ERR70.

This fixes it by giving sound_task an additional purpose.

Merge request reports