commit | 3ce28aa3cb5262775180a8b423cfb4a5670ebc59 | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Wed Feb 05 19:49:05 2014 +0200 |
committer | Martin Storsjo <martin@martin.st> | Wed Feb 05 19:56:50 2014 +0200 |
tree | c033ef7bb7e98903661266d30f22259d12f5bc43 | |
parent | 398f21348e5100289f6e5be30c8b5257fa04aaf9 [diff] [blame] |
AudioFlinger: Remove code for supporting resampling in fast tracks This isn't used at the moment. Change-Id: I4e0fb2af5f7d959dbafd5ddb7defa1c6b8e8636a
diff --git a/services/audioflinger/FastMixerState.cpp b/services/audioflinger/FastMixerState.cpp index 737de97..43ff233 100644 --- a/services/audioflinger/FastMixerState.cpp +++ b/services/audioflinger/FastMixerState.cpp
@@ -20,7 +20,7 @@ namespace android { FastTrack::FastTrack() : - mBufferProvider(NULL), mVolumeProvider(NULL), mSampleRate(0), + mBufferProvider(NULL), mVolumeProvider(NULL), mChannelMask(AUDIO_CHANNEL_OUT_STEREO), mGeneration(0) { }