summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opensles/libopensles/IAndroidEffectSend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opensles/libopensles/IAndroidEffectSend.c b/opensles/libopensles/IAndroidEffectSend.c
index 2e327864..cc9a7928 100644
--- a/opensles/libopensles/IAndroidEffectSend.c
+++ b/opensles/libopensles/IAndroidEffectSend.c
@@ -132,7 +132,7 @@ static SLresult IAndroidEffectSend_GetDirectLevel(SLAndroidEffectSendItf self,
SL_LOGE("invalid interface: not attached to an AudioPlayer");
result = SL_RESULT_PARAMETER_INVALID;
}
- interface_unlock_exclusive(this);
+ interface_unlock_peek(this);
}
SL_LEAVE_INTERFACE