summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c5776ab7c..d562dabb8 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7778,3 +7778,6 @@
pcm_decode.h to pcm.h since it will hold more than just decoding
definitions. Fix some porting errors like idbg should auddbg, etc.
Add wav file header and a few low-level wav utilities (2014-7-22).
+ * audio/pcm_decode.c and include/nuttx/audio/pcm.h: Flesh out a few
+ more PCM methods, still incomplete. Re-vision PCM structure
+ definition (2014-7-22).