summaryrefslogtreecommitdiffstats
path: root/include/hardware/audio_policy.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-02-10 13:42:44 -0800
committerGlenn Kasten <gkasten@google.com>2012-04-01 13:43:02 -0700
commit0cacd8d44b3f6ff6ec947bb6b2db1e382ee73bdb (patch)
tree53937b22158bd602ca7d9cbb8269d7809cfb9986 /include/hardware/audio_policy.h
parente8da6bf1cc12a45a6a273d4de6f5b935081c63e5 (diff)
downloadhardware_libhardware-0cacd8d44b3f6ff6ec947bb6b2db1e382ee73bdb.zip
hardware_libhardware-0cacd8d44b3f6ff6ec947bb6b2db1e382ee73bdb.tar.gz
hardware_libhardware-0cacd8d44b3f6ff6ec947bb6b2db1e382ee73bdb.tar.bz2
Update comments
Change-Id: I123d9baeceda13608cc01eda6a19e13822258dc0
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 43d9e83..a529008 100644
--- a/include/hardware/audio_policy.h
+++ b/include/hardware/audio_policy.h
@@ -126,7 +126,7 @@ struct audio_policy {
* Audio routing query functions
*/
- /* request an output appriate for playback of the supplied stream type and
+ /* request an output appropriate for playback of the supplied stream type and
* parameters */
audio_io_handle_t (*get_output)(struct audio_policy *pol,
audio_stream_type_t stream,
@@ -329,7 +329,7 @@ struct audio_policy_service_ops {
* audio hardware interface to audio policy manager.
*
* Returns a pointer to a heap allocated string. The caller is responsible
- * for freeing the memory for it.
+ * for freeing the memory for it using free().
*/
char * (*get_parameters)(void *service, audio_io_handle_t io_handle,