summaryrefslogtreecommitdiffstats
path: root/include/hardware/audio_policy.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-06-22 13:35:54 -0700
committerGlenn Kasten <gkasten@google.com>2012-07-25 14:57:16 -0700
commite57a2d2ec601c54852a1cf55c11186bbf5c6c8f5 (patch)
tree262ea557e4b47aac163e07d71be3eb883364fc37 /include/hardware/audio_policy.h
parentdbe4228e2dfed013dd42b62f10ebf94a32c3ef4f (diff)
downloadhardware_libhardware-e57a2d2ec601c54852a1cf55c11186bbf5c6c8f5.zip
hardware_libhardware-e57a2d2ec601c54852a1cf55c11186bbf5c6c8f5.tar.gz
hardware_libhardware-e57a2d2ec601c54852a1cf55c11186bbf5c6c8f5.tar.bz2
Add comment
Change-Id: Idc2890ebc10c0e6a116bc7c8872cd379e1cf3e25
Diffstat (limited to 'include/hardware/audio_policy.h')
-rw-r--r--include/hardware/audio_policy.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/hardware/audio_policy.h b/include/hardware/audio_policy.h
index 8924dd1..4662f0f 100644
--- a/include/hardware/audio_policy.h
+++ b/include/hardware/audio_policy.h
@@ -291,7 +291,10 @@ struct audio_policy_service_ops {
/* Audio input Control functions */
/* */
- /* opens an audio input */
+ /* opens an audio input
+ * deprecated - new implementations should use open_input_on_module,
+ * and the acoustics parameter is ignored
+ */
audio_io_handle_t (*open_input)(void *service,
audio_devices_t *pDevices,
uint32_t *pSamplingRate,