summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixerState.cpp
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-05-09 15:02:21 -0700
committerAndy Hung <hunga@google.com>2014-05-19 12:27:46 -0700
commite8a1ced4da17dc6c07803dc2af8060f62a8389c1 (patch)
treeeadb47a0d9349451773ef55adaa60317e1dbafad /services/audioflinger/FastMixerState.cpp
parent68112fc4f77ab8c4a744782f78e9792afe0cbfc1 (diff)
downloadframeworks_av-e8a1ced4da17dc6c07803dc2af8060f62a8389c1.zip
frameworks_av-e8a1ced4da17dc6c07803dc2af8060f62a8389c1.tar.gz
frameworks_av-e8a1ced4da17dc6c07803dc2af8060f62a8389c1.tar.bz2
Add format parameter to getTrackName() and track_t
Change-Id: Ia152a839014e235fbfb656104c15d7c1b456d02e Signed-off-by: Andy Hung <hunga@google.com>
Diffstat (limited to 'services/audioflinger/FastMixerState.cpp')
-rw-r--r--services/audioflinger/FastMixerState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/FastMixerState.cpp b/services/audioflinger/FastMixerState.cpp
index 8e6d0d4..3aa8dad 100644
--- a/services/audioflinger/FastMixerState.cpp
+++ b/services/audioflinger/FastMixerState.cpp
@@ -20,7 +20,7 @@ namespace android {
FastTrack::FastTrack() :
mBufferProvider(NULL), mVolumeProvider(NULL),
- mChannelMask(AUDIO_CHANNEL_OUT_STEREO), mGeneration(0)
+ mChannelMask(AUDIO_CHANNEL_OUT_STEREO), mFormat(AUDIO_FORMAT_INVALID), mGeneration(0)
{
}