diff options
author | Eric Laurent <elaurent@google.com> | 2012-03-08 13:44:18 -0800 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2012-03-08 13:45:03 -0800 |
commit | 83c62ce4e319a11d14a27c6368811f9efc1e8c5a (patch) | |
tree | d8319e3c8f6cc40696ef4f127163533efb8ce555 /modules/audio | |
parent | a70c5d0cafe1ef9e4531627d3d009e80b9a8eec4 (diff) | |
download | hardware_libhardware-83c62ce4e319a11d14a27c6368811f9efc1e8c5a.zip hardware_libhardware-83c62ce4e319a11d14a27c6368811f9efc1e8c5a.tar.gz hardware_libhardware-83c62ce4e319a11d14a27c6368811f9efc1e8c5a.tar.bz2 |
audio policy: use audio_devices_t when appropriate
Change-Id: Iee57cf5c3bdfefd981e1ed5958df10171f8716e6
Diffstat (limited to 'modules/audio')
-rw-r--r-- | modules/audio/audio_policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/audio/audio_policy.c b/modules/audio/audio_policy.c index 5fb6095..8d7e5c3 100644 --- a/modules/audio/audio_policy.c +++ b/modules/audio/audio_policy.c @@ -186,7 +186,7 @@ static uint32_t ap_get_strategy_for_stream(const struct audio_policy *pol, return 0; } -static uint32_t ap_get_devices_for_stream(const struct audio_policy *pol, +static audio_devices_t ap_get_devices_for_stream(const struct audio_policy *pol, audio_stream_type_t stream) { return 0; |