summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-07-25 15:46:13 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-25 15:46:14 -0700
commitd72e51705664ed13b26c32f8026c4ac1424ca9a6 (patch)
treeaa15aaaa50f439eca9f9e1b375044e9e5a3f0c4c /include
parent48915acb392773c1fcb86e2711eab468410a0baa (diff)
parente57a2d2ec601c54852a1cf55c11186bbf5c6c8f5 (diff)
downloadhardware_libhardware-d72e51705664ed13b26c32f8026c4ac1424ca9a6.zip
hardware_libhardware-d72e51705664ed13b26c32f8026c4ac1424ca9a6.tar.gz
hardware_libhardware-d72e51705664ed13b26c32f8026c4ac1424ca9a6.tar.bz2
Merge "Add comment"
Diffstat (limited to 'include')
-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 53c8ae3..6dd5fd7 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,