summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-22 15:56:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-22 15:56:38 -0600
commitf510fe6d8e15b4761eabcffe406ba237e0982380 (patch)
treec740c846265b538ab9dded1d9410fcd3ca48abfa /nuttx/ChangeLog
parentf485ee1c197bd29727218dbb68b48df47f816dda (diff)
downloadnuttx-f510fe6d8e15b4761eabcffe406ba237e0982380.tar.gz
nuttx-f510fe6d8e15b4761eabcffe406ba237e0982380.tar.bz2
nuttx-f510fe6d8e15b4761eabcffe406ba237e0982380.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-x[-rw-r--r--]nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fe5cd891d..c5776ab7c 100644..100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7773,3 +7773,8 @@
configs/sama5d4-ek/src/sam_wm8904.c and others: Add new framework for
the PCM decoder. It is now a 'front end' for lower-level drivers like
the WM8904 that performs the PCM decoding from end (2014-7-22).
+ * audio/pcm_decode.c, configs/sama5d4-ek/src/sam_wm8904.c,
+ drivers/audio/wm8904.c, and include/nuttx/audio/pcm.h: Rename
+ 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).