From e8a1ced4da17dc6c07803dc2af8060f62a8389c1 Mon Sep 17 00:00:00 2001 From: Andy Hung Date: Fri, 9 May 2014 15:02:21 -0700 Subject: Add format parameter to getTrackName() and track_t Change-Id: Ia152a839014e235fbfb656104c15d7c1b456d02e Signed-off-by: Andy Hung --- services/audioflinger/FastMixerState.h | 1 + 1 file changed, 1 insertion(+) (limited to 'services/audioflinger/FastMixerState.h') diff --git a/services/audioflinger/FastMixerState.h b/services/audioflinger/FastMixerState.h index be1a376..cb54ff1 100644 --- a/services/audioflinger/FastMixerState.h +++ b/services/audioflinger/FastMixerState.h @@ -45,6 +45,7 @@ struct FastTrack { ExtendedAudioBufferProvider* mBufferProvider; // must be NULL if inactive, or non-NULL if active VolumeProvider* mVolumeProvider; // optional; if NULL then full-scale audio_channel_mask_t mChannelMask; // AUDIO_CHANNEL_OUT_MONO or AUDIO_CHANNEL_OUT_STEREO + audio_format_t mFormat; // track format int mGeneration; // increment when any field is assigned }; -- cgit v1.1