summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioPolicyInterface.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-03-08 13:39:13 -0800
committerEric Laurent <elaurent@google.com>2012-03-08 13:41:38 -0800
commitf9a4e2eccfbbe451512337af0806cfc54be0eaf9 (patch)
tree7ea60ec96ec313200943d1f754c758f9df680bc8 /include/hardware_legacy/AudioPolicyInterface.h
parentf7db03562644b03447eb6351156e53188ea0c616 (diff)
downloadhardware_libhardware_legacy-f9a4e2eccfbbe451512337af0806cfc54be0eaf9.zip
hardware_libhardware_legacy-f9a4e2eccfbbe451512337af0806cfc54be0eaf9.tar.gz
hardware_libhardware_legacy-f9a4e2eccfbbe451512337af0806cfc54be0eaf9.tar.bz2
audio policy: use audio_devices_t when appropriate
Change-Id: I0b4e2ff705fce96b40fdda28b1bc4b514438bec6
Diffstat (limited to 'include/hardware_legacy/AudioPolicyInterface.h')
-rw-r--r--include/hardware_legacy/AudioPolicyInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/AudioPolicyInterface.h b/include/hardware_legacy/AudioPolicyInterface.h
index f283594..d703485 100644
--- a/include/hardware_legacy/AudioPolicyInterface.h
+++ b/include/hardware_legacy/AudioPolicyInterface.h
@@ -144,7 +144,7 @@ public:
virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream) = 0;
// return the enabled output devices for the given stream type
- virtual uint32_t getDevicesForStream(AudioSystem::stream_type stream) = 0;
+ virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream) = 0;
// Audio effect management
virtual audio_io_handle_t getOutputForEffect(effect_descriptor_t *desc) = 0;