From fbae5dae5187aca9d974cbe15ec818e9c6f56705 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 21 May 2012 09:17:20 -0700 Subject: Keep a copy of most recent audio played Change-Id: I6b2f97881c39998a2fae9ab79d669af6c0a37e94 --- services/audioflinger/FastMixerState.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'services/audioflinger/FastMixerState.cpp') diff --git a/services/audioflinger/FastMixerState.cpp b/services/audioflinger/FastMixerState.cpp index 139a1c8..6305a83 100644 --- a/services/audioflinger/FastMixerState.cpp +++ b/services/audioflinger/FastMixerState.cpp @@ -30,7 +30,8 @@ FastTrack::~FastTrack() FastMixerState::FastMixerState() : mFastTracksGen(0), mTrackMask(0), mOutputSink(NULL), mOutputSinkGen(0), - mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), mDumpState(NULL) + mFrameCount(0), mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), + mDumpState(NULL), mTeeSink(NULL) { } -- cgit v1.1