summaryrefslogtreecommitdiffstats
path: root/include/media/IAudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-17 11:32:53 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-17 11:32:53 -0800
commit0696400a6bb9abbed62b3b9c6aa105495dc600a2 (patch)
tree2368d7ccb33fbceb99585839b85420e38e59abf0 /include/media/IAudioFlinger.h
parenta9b21c5a7c24fe14d20372263c0bf5faf3d3e348 (diff)
parentf78aee70d15daf4690de7e7b4983ee68b0d1381d (diff)
downloadframeworks_av-0696400a6bb9abbed62b3b9c6aa105495dc600a2.zip
frameworks_av-0696400a6bb9abbed62b3b9c6aa105495dc600a2.tar.gz
frameworks_av-0696400a6bb9abbed62b3b9c6aa105495dc600a2.tar.bz2
Merge "Use audio_mode_t consistently"
Diffstat (limited to 'include/media/IAudioFlinger.h')
-rw-r--r--include/media/IAudioFlinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/IAudioFlinger.h b/include/media/IAudioFlinger.h
index 15d3ca9..3999479 100644
--- a/include/media/IAudioFlinger.h
+++ b/include/media/IAudioFlinger.h
@@ -96,7 +96,7 @@ public:
virtual bool streamMute(audio_stream_type_t stream) const = 0;
// set audio mode
- virtual status_t setMode(int mode) = 0;
+ virtual status_t setMode(audio_mode_t mode) = 0;
// mic mute/state
virtual status_t setMicMute(bool state) = 0;