summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-22 19:24:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-22 19:24:01 -0600
commit885b62d4d23594573501e36379de0b677bca9451 (patch)
tree37d7db171d35a7a46a0382061f111289f7f8db47 /nuttx/ChangeLog
parent7fed0c8ab356408ac990c26d4470084e97f68431 (diff)
downloadnuttx-885b62d4d23594573501e36379de0b677bca9451.tar.gz
nuttx-885b62d4d23594573501e36379de0b677bca9451.tar.bz2
nuttx-885b62d4d23594573501e36379de0b677bca9451.zip
Update ChangeLog
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).