From 02de89293b74ab1e9a77ce2367c5c499ab038968 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Wed, 31 Jul 2013 12:30:12 -0700 Subject: Cleanup comments for the new control block implementation There was some obsolete and incomplete text left over after the new control block code was submitted. This cleans up all those comments to be accurate again. Change-Id: Ic52f5869cb723cde25d709514d6deea6aa6f20aa --- include/media/AudioRecord.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/media/AudioRecord.h') diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h index c65ffe8..0a3c0e5 100644 --- a/include/media/AudioRecord.h +++ b/include/media/AudioRecord.h @@ -344,8 +344,7 @@ public: __attribute__((__deprecated__)); private: - /* New internal API. - * If nonContig is non-NULL, it is an output parameter that will be set to the number of + /* If nonContig is non-NULL, it is an output parameter that will be set to the number of * additional non-contiguous frames that are available immediately. * FIXME We could pass an array of Buffers instead of only one Buffer to obtainBuffer(), * in case the requested amount of frames is in two or more non-contiguous regions. -- cgit v1.1