summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-03-08 13:42:42 -0800
committerEric Laurent <elaurent@google.com>2012-03-08 15:57:09 -0800
commit6374252107fd6539397598195ea6defd5870fafb (patch)
treeab13f5d0fd4aeaee695d58d7f8f4723d923754ae /include/media/AudioSystem.h
parentf2eda12fb968829ee6f67e9b45e01eb4e2105c09 (diff)
downloadframeworks_av-6374252107fd6539397598195ea6defd5870fafb.zip
frameworks_av-6374252107fd6539397598195ea6defd5870fafb.tar.gz
frameworks_av-6374252107fd6539397598195ea6defd5870fafb.tar.bz2
audio policy: use audio_devices_t when appropriate
Change-Id: I1b3a5879e81c789fb53d356af3d3a1ee2dca955f
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 89bc95d..e20f1fd 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -185,7 +185,7 @@ public:
audio_devices_t device);
static uint32_t getStrategyForStream(audio_stream_type_t stream);
- static uint32_t getDevicesForStream(audio_stream_type_t stream);
+ static audio_devices_t getDevicesForStream(audio_stream_type_t stream);
static audio_io_handle_t getOutputForEffect(effect_descriptor_t *desc);
static status_t registerEffect(effect_descriptor_t *desc,