summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-02 14:30:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-02 14:30:46 -0600
commit0a1aac1723ce2ff8b22996bec9cb0f3296888473 (patch)
tree884f4854b0c80146756a752047618992ed5e7f1a /nuttx/ChangeLog
parentf429e0628e73affa5a094c282cff552a03588721 (diff)
downloadnuttx-0a1aac1723ce2ff8b22996bec9cb0f3296888473.tar.gz
nuttx-0a1aac1723ce2ff8b22996bec9cb0f3296888473.tar.bz2
nuttx-0a1aac1723ce2ff8b22996bec9cb0f3296888473.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 986f18637..88ad14f5c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7945,4 +7945,15 @@
* WM8904: Add an option to control WM8904 register dumping (2014-8-2).
* WM8904: Add logic to program the FLL to achieve the bitrate
(2014-8-1).
-
+ * arch/arm/src/sama5/sam_ssc.c: Verify that the requested bit width
+ is supported. Correct some alignment tests that depend upon the data
+ bit width (2014-8-2).
+ * audio/pcm_decode.c: Correct the end of audio stream handling. It was
+ not being detected before so that logic was not examining the WAV
+ header in the first buffer of the next audio file (2014-8-2).
+ * configs/sama5d3x-ek/nxplayer/defconfig: Update with last WM8904
+ settings (2014-8-2).
+ * drivers/audio/wm8904.c: Disable the FFL at the end of playing
+ (2014-8-2).
+ * include/nuttx/audio/wm8904.h: Fix wm8904_dump_registers macro:
+ Wrong number of parameters (2014-8-2).