Revert "AudioFlinger: Remove naked track pointers"
This reverts commit 062bfceaefab29f0f71db7d5a248b3f5f0572b6a.
Bug: 32728805
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 8d2ff15..fc3c013 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -1077,7 +1077,7 @@
DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
audio_io_handle_t id, uint32_t device, ThreadBase::type_t type,
bool systemReady);
- void processVolume_l(sp<Track> track, bool lastTrack);
+ void processVolume_l(Track *track, bool lastTrack);
// prepareTracks_l() tells threadLoop_mix() the name of the single active track
sp<Track> mActiveTrack;