summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-16 17:17:28 -0700
committerGlenn Kasten <gkasten@google.com>2013-07-30 08:44:15 -0700
commiteced2daaa6c91a3731eef978ce65c6ec319c5e6a (patch)
tree635d4e4f9ed3dccd52f53b1e91db4c4402733c3a /include/media/AudioSystem.h
parenta30e75897934da2ce7b1b03bcb4b58e139d3e81e (diff)
downloadframeworks_av-eced2daaa6c91a3731eef978ce65c6ec319c5e6a.zip
frameworks_av-eced2daaa6c91a3731eef978ce65c6ec319c5e6a.tar.gz
frameworks_av-eced2daaa6c91a3731eef978ce65c6ec319c5e6a.tar.bz2
Use correct type for OutputDescriptor::format
Change-Id: Ide608ef452d57da29b708180d90470361c123d1d
Diffstat (limited to 'include/media/AudioSystem.h')
-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 f9e625e..006af08 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -158,7 +158,7 @@ public:
: samplingRate(0), format(AUDIO_FORMAT_DEFAULT), channelMask(0), frameCount(0), latency(0) {}
uint32_t samplingRate;
- int32_t format;
+ audio_format_t format;
audio_channel_mask_t channelMask;
size_t frameCount;
uint32_t latency;