summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-02 06:53:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-02 06:53:57 -0600
commita7c93908eecbbd3710ae4c3f3d30191ef3a620ff (patch)
tree7d606facb0237b03db317e5c229b44cdc3db6595
parent7f52b867cae7ecbf607c4639e3fae8e7d0cd2771 (diff)
downloadnuttx-a7c93908eecbbd3710ae4c3f3d30191ef3a620ff.tar.gz
nuttx-a7c93908eecbbd3710ae4c3f3d30191ef3a620ff.tar.bz2
nuttx-a7c93908eecbbd3710ae4c3f3d30191ef3a620ff.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 99733ddb9..8ce64b99b 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7937,4 +7937,10 @@
Start Delay are now configurable (2014-8-1).
* drivers/audio/wm8904_debug.c: Add logic to dump WM8904 registers
(2014-8-1).
+ * drivers/audio/wm8904.c: Fix an error in write logic. I am not sure
+ why this fixes the problem (2014-8-1).
+ * include/nuttx/audio/wm8904.h (and implementers of the interface):
+ the WM8904 driver needs to know the frequency of the MCLK in order
+ to set up the FLL to generate the correct bitrate (2014-8-1).
+ * WM8904: Add an option to control WM8904 register dumping (2014-8-2).