summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-01-26 16:35:47 -0800
committerGlenn Kasten <gkasten@google.com>2015-03-13 16:22:16 -0700
commitf59497bd3c190e087202043de5450ef06e92b27d (patch)
tree52ff88a5a4bd358358850e0ca16d0f9527fded4e /include/media/AudioSystem.h
parent802a568f77b9a372537e4216b2a7cbb203958a87 (diff)
downloadframeworks_av-f59497bd3c190e087202043de5450ef06e92b27d.zip
frameworks_av-f59497bd3c190e087202043de5450ef06e92b27d.tar.gz
frameworks_av-f59497bd3c190e087202043de5450ef06e92b27d.tar.bz2
Update comments
Change-Id: I37d3c4ce22b74fe8581a886fe5a7f9fef8266dad
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 2ab3dd6..5d57c41 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -110,7 +110,7 @@ public:
// audio_stream->get_buffer_size()/audio_stream_out_frame_size()
static status_t getFrameCount(audio_io_handle_t output,
size_t* frameCount);
- // returns the audio output stream latency in ms. Corresponds to
+ // returns the audio output latency in ms. Corresponds to
// audio_stream_out->get_latency()
static status_t getLatency(audio_io_handle_t output,
uint32_t* latency);
@@ -122,7 +122,7 @@ public:
static status_t setVoiceVolume(float volume);
// return the number of audio frames written by AudioFlinger to audio HAL and
- // audio dsp to DAC since the specified output I/O handle has exited standby.
+ // audio dsp to DAC since the specified output has exited standby.
// returned status (from utils/Errors.h) can be:
// - NO_ERROR: successful operation, halFrames and dspFrames point to valid data
// - INVALID_OPERATION: Not supported on current hardware platform