Skip to content
Snippets Groups Projects
Commit e843d60a authored by Adrien Béraud's avatar Adrien Béraud
Browse files

opensl: remove irrelevant assert

Change-Id: I5e27ebce076c19e04894d2667b9ebf98fb80be3d
parent 8de25ef9
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ void
AudioRecorder::processSLCallback(SLAndroidSimpleBufferQueueItf bq)
{
try {
SLASSERT(bq == recBufQueueItf_);
sample_buf* dataBuf {nullptr};
if (devShadowQueue_.front(&dataBuf)) {
devShadowQueue_.pop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment