OSDN Git Service

Add comment
authorGlenn Kasten <gkasten@google.com>
Fri, 22 Jun 2012 20:35:54 +0000 (13:35 -0700)
committerGlenn Kasten <gkasten@google.com>
Wed, 25 Jul 2012 21:57:16 +0000 (14:57 -0700)
Change-Id: Idc2890ebc10c0e6a116bc7c8872cd379e1cf3e25

include/hardware/audio_policy.h

index 8924dd1..4662f0f 100644 (file)
@@ -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,