commit | 28b76b334f92a15a2be3cc9e2f7d229a3275d1ac | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Jul 03 17:24:41 2012 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Tue Jul 17 11:31:59 2012 -0700 |
tree | c605d3e995f4b6be55dd4b10e1c998b059990d0d | |
parent | fd4e20c226eca185fc789de761beae64855bfbbb [diff] [blame] |
Use audio_channel_mask_t for channel mask Change-Id: I1c1896da48983aa9f1462a4b471f910498816f60
diff --git a/media/libmedia/IAudioFlinger.cpp b/media/libmedia/IAudioFlinger.cpp index f5d6fd6..71e7c31 100644 --- a/media/libmedia/IAudioFlinger.cpp +++ b/media/libmedia/IAudioFlinger.cpp
@@ -135,7 +135,7 @@ audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, - uint32_t channelMask, + audio_channel_mask_t channelMask, int frameCount, track_flags_t flags, pid_t tid,