From 2234002b0710c8db73f82d397cb945cd541c6bbb Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 7 Apr 2014 12:04:41 -0700 Subject: Start pulling bits of FastMixer up to FastThread Change-Id: I4c6f7b8f88fcf107bb29ee6432feecd4ab6554d2 --- services/audioflinger/FastMixerState.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'services/audioflinger/FastMixerState.cpp') diff --git a/services/audioflinger/FastMixerState.cpp b/services/audioflinger/FastMixerState.cpp index 4631274..8e6d0d4 100644 --- a/services/audioflinger/FastMixerState.cpp +++ b/services/audioflinger/FastMixerState.cpp @@ -14,7 +14,6 @@ * limitations under the License. */ -#include "Configuration.h" #include "FastMixerState.h" namespace android { @@ -30,9 +29,9 @@ FastTrack::~FastTrack() } FastMixerState::FastMixerState() : FastThreadState(), + // mFastTracks mFastTracksGen(0), mTrackMask(0), mOutputSink(NULL), mOutputSinkGen(0), - mFrameCount(0), - mDumpState(NULL), mTeeSink(NULL) + mFrameCount(0), mTeeSink(NULL) { } -- cgit v1.1