ASoC: msm: qdsp6v2: fix for mutex deadlock in listen driver
Listen driver was not unlocking the cal mutex in alloc function.
After alloc function is called sendcal ioctl tries to acquire the lock
and gets blocked.In sendcal function physical address was being checked
instead of payload size.This change fixes listen application hang issue.
Change-Id: I57d6de4ea905c3c5becff075a55a20c791f6654f
Signed-off-by:
Gopikrishnaiah Anandan <agopik@codeaurora.org>
Loading
Please register or sign in to comment