diff options
author | Glenn Kasten <gkasten@google.com> | 2012-01-26 16:47:25 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-01-26 16:47:25 -0800 |
commit | ae2e42b2447d011bd6cf9d5b4413dd3557de0035 (patch) | |
tree | c50cc2416d1f53cc956be0af386e4ce4d8c52367 /modules/audio | |
parent | ea84c55f2ce47e54fc0e73f69f3e283e2e9afe59 (diff) | |
download | hardware_libhardware-ae2e42b2447d011bd6cf9d5b4413dd3557de0035.zip hardware_libhardware-ae2e42b2447d011bd6cf9d5b4413dd3557de0035.tar.gz hardware_libhardware-ae2e42b2447d011bd6cf9d5b4413dd3557de0035.tar.bz2 |
Use audio_source_t consistently
Change-Id: Ie25ddeb091646b7e24149b3b23a18ce0807e1891
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 bfb4c39..5fb6095 100644 --- a/modules/audio/audio_policy.c +++ b/modules/audio/audio_policy.c @@ -121,7 +121,7 @@ static void ap_release_output(struct audio_policy *pol, { } -static audio_io_handle_t ap_get_input(struct audio_policy *pol, int inputSource, +static audio_io_handle_t ap_get_input(struct audio_policy *pol, audio_source_t inputSource, uint32_t sampling_rate, audio_format_t format, uint32_t channels, |