summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-16 11:16:27 -0700
committerGlenn Kasten <gkasten@google.com>2013-07-29 12:43:12 -0700
commitf6ed423af92a56ef54bba23eba883b1f21448b54 (patch)
treebad2f734e3191cbfa3c72bdeadcd88f5015e6ba8 /services/audioflinger/Threads.h
parent2eeca1f8e18106d118f7268cb9d8597539685c5c (diff)
downloadframeworks_av-f6ed423af92a56ef54bba23eba883b1f21448b54.zip
frameworks_av-f6ed423af92a56ef54bba23eba883b1f21448b54.tar.gz
frameworks_av-f6ed423af92a56ef54bba23eba883b1f21448b54.tar.bz2
Treat mChannelCount as uint32_t consistently
mChannelCount was 8-, 16-, or 32-bits Change-Id: I2cc2fedf3e33144e5c8bbd9894763282d9217f63
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index c5818ae..a17c279 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -267,7 +267,7 @@ protected:
size_t mFrameCount; // output HAL, direct output, record
size_t mNormalFrameCount; // normal mixer and effects
audio_channel_mask_t mChannelMask;
- uint16_t mChannelCount;
+ uint32_t mChannelCount;
size_t mFrameSize;
audio_format_t mFormat;