summaryrefslogtreecommitdiffstats
path: root/modules/audio
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-26 16:47:25 -0800
committerGlenn Kasten <gkasten@google.com>2012-01-26 16:47:25 -0800
commitae2e42b2447d011bd6cf9d5b4413dd3557de0035 (patch)
treec50cc2416d1f53cc956be0af386e4ce4d8c52367 /modules/audio
parentea84c55f2ce47e54fc0e73f69f3e283e2e9afe59 (diff)
downloadhardware_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.c2
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,