summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-31 19:15:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-31 19:15:58 -0600
commit294044693ef84a65daae44ab35c3b12657e91cb2 (patch)
tree1c9aaa679afb7c8f2d5525e6f9342e4635508a9d /nuttx/ChangeLog
parentf28b11bbed216f8b3976e8912552b8c739aa158a (diff)
downloadnuttx-294044693ef84a65daae44ab35c3b12657e91cb2.tar.gz
nuttx-294044693ef84a65daae44ab35c3b12657e91cb2.tar.bz2
nuttx-294044693ef84a65daae44ab35c3b12657e91cb2.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4bf343527..3d788cb60 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7928,3 +7928,8 @@
size of the buffer so that all buffers only partially filled by the
time they get to the leaf. Now, a flag is set in the audio buffer
flags set to indicate the final buffer in the stream (2014-7-31).
+ * arch/arm/src/sama5/sam_ssc.c: Needs to account for data offset in
+ audio buffer (2014-7-31).
+ * drivers/audio/wm8904.c: Can't reset the WM8904 unless we also
+ reinitiailize all registers. Try to get a saner timeout based on
+ sample rate, bits-per-sample, and buffer size (2014-7-31).