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

Commit 066ba128 authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

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

am: 76f27134

* commit '76f27134':
  Fix copy and paste error
parents 07fc5995 76f27134
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