ASoC: bg_glink: Use separate mutex lock for response and command thread
Response callback should not use the same lock as the one used to
do a glink_tx transaction, as it might delay the rx_done event to
the client if glink_tx transaction is stuck. Hence have specific
mutext lock for response callback and command transactions.
Change-Id: Ie8cf60f77aa4ad595cb16ebffcb4dcf00a0843a8
Signed-off-by:
Ashish Jain <ashishj@codeaurora.org>
Loading
Please register or sign in to comment