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

Commit 8379b72b authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix copy and paste error

Change-Id: I0976f5651e0004948108ef43eed3f89e21ecb38b
parent 560a198f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5806,7 +5806,7 @@ AudioFlinger::RecordThread::RecordThread(const sp<AudioFlinger>& audioFlinger,
        // start the fast capture
        mFastCapture->run("FastCapture", ANDROID_PRIORITY_URGENT_AUDIO);
        pid_t tid = mFastCapture->getTid();
        sendPrioConfigEvent(getpid_cached, tid, kPriorityFastMixer);
        sendPrioConfigEvent(getpid_cached, tid, kPriorityFastCapture);
#ifdef AUDIO_WATCHDOG
        // FIXME
#endif