summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.cpp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2014-02-05 19:49:05 +0200
committerMartin Storsjo <martin@martin.st>2014-02-05 19:56:50 +0200
commit3ce28aa3cb5262775180a8b423cfb4a5670ebc59 (patch)
treec033ef7bb7e98903661266d30f22259d12f5bc43 /services/audioflinger/Threads.cpp
parent398f21348e5100289f6e5be30c8b5257fa04aaf9 (diff)
downloadframeworks_av-3ce28aa3cb5262775180a8b423cfb4a5670ebc59.zip
frameworks_av-3ce28aa3cb5262775180a8b423cfb4a5670ebc59.tar.gz
frameworks_av-3ce28aa3cb5262775180a8b423cfb4a5670ebc59.tar.bz2
AudioFlinger: Remove code for supporting resampling in fast tracks
This isn't used at the moment. Change-Id: I4e0fb2af5f7d959dbafd5ddb7defa1c6b8e8636a
Diffstat (limited to 'services/audioflinger/Threads.cpp')
-rw-r--r--services/audioflinger/Threads.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp
index 072e5fd..f7f3a31 100644
--- a/services/audioflinger/Threads.cpp
+++ b/services/audioflinger/Threads.cpp
@@ -2971,7 +2971,6 @@ AudioFlinger::PlaybackThread::mixer_state AudioFlinger::MixerThread::prepareTrac
VolumeProvider *vp = track;
fastTrack->mBufferProvider = eabp;
fastTrack->mVolumeProvider = vp;
- fastTrack->mSampleRate = track->mSampleRate;
fastTrack->mChannelMask = track->mChannelMask;
fastTrack->mGeneration++;
state->mTrackMask |= 1 << j;