summaryrefslogtreecommitdiffstats
path: root/include/hardware/audio_policy.h
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 /include/hardware/audio_policy.h
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 'include/hardware/audio_policy.h')
-rw-r--r--include/hardware/audio_policy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hardware/audio_policy.h b/include/hardware/audio_policy.h
index edf6a68..4539981 100644
--- a/include/hardware/audio_policy.h
+++ b/include/hardware/audio_policy.h
@@ -152,9 +152,9 @@ struct audio_policy {
/* releases the output. */
void (*release_output)(struct audio_policy *pol, audio_io_handle_t output);
- /* request an input appriate for record from the supplied device with
+ /* request an input appropriate for record from the supplied device with
* supplied parameters. */
- audio_io_handle_t (*get_input)(struct audio_policy *pol, int inputSource,
+ audio_io_handle_t (*get_input)(struct audio_policy *pol, audio_source_t inputSource,
uint32_t samplingRate,
audio_format_t format,
uint32_t channels,