summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-20 09:37:45 -0800
committerGlenn Kasten <gkasten@google.com>2012-01-27 16:33:43 -0800
commitb7cffb41400a3ecba1a68705a51e9127ff6b8fef (patch)
tree84101e25a054d253ba60baa6355b2b58a5b87c1c /include/media
parentcf0c7d1031ea213c1b728aca972522afcd4a92c3 (diff)
downloadframeworks_base-b7cffb41400a3ecba1a68705a51e9127ff6b8fef.zip
frameworks_base-b7cffb41400a3ecba1a68705a51e9127ff6b8fef.tar.gz
frameworks_base-b7cffb41400a3ecba1a68705a51e9127ff6b8fef.tar.bz2
More audio_stream_type_t
Change-Id: I1260259efe0aa3fc1ef13de69758aaa592e1f815
Diffstat (limited to 'include/media')
-rw-r--r--include/media/AudioSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 6b12c14..74a1e62 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -248,7 +248,7 @@ private:
static sp<IAudioPolicyService> gAudioPolicyService;
// mapping between stream types and outputs
- static DefaultKeyedVector<int, audio_io_handle_t> gStreamOutputMap;
+ static DefaultKeyedVector<audio_stream_type_t, audio_io_handle_t> gStreamOutputMap;
// list of output descriptors containing cached parameters
// (sampling rate, framecount, channel count...)
static DefaultKeyedVector<audio_io_handle_t, OutputDescriptor *> gOutputs;