summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixerState.h
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/FastMixerState.h
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/FastMixerState.h')
-rw-r--r--services/audioflinger/FastMixerState.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/FastMixerState.h b/services/audioflinger/FastMixerState.h
index f6e7903..9739fe9 100644
--- a/services/audioflinger/FastMixerState.h
+++ b/services/audioflinger/FastMixerState.h
@@ -43,7 +43,6 @@ struct FastTrack {
ExtendedAudioBufferProvider* mBufferProvider; // must be NULL if inactive, or non-NULL if active
VolumeProvider* mVolumeProvider; // optional; if NULL then full-scale
- unsigned mSampleRate; // optional; if zero then use mixer sample rate
audio_channel_mask_t mChannelMask; // AUDIO_CHANNEL_OUT_MONO or AUDIO_CHANNEL_OUT_STEREO
int mGeneration; // increment when any field is assigned
};