Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e25e51f5 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "AudioRecord: Fix getInput()"

parents 3ebdb489 678cc959
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -590,7 +590,7 @@ void AudioRecord::releaseBuffer(Buffer* audioBuffer)
audio_io_handle_t AudioRecord::getInput()
{
    AutoMutex lock(mLock);
    return getInput_l();
    return mInput;
}

// must be called with mLock held