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

Commit 76f27134 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Fix copy and paste error" into nyc-dev

parents 1c65a1d6 8379b72b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5810,7 +5810,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