summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-24 08:33:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-24 08:33:30 -0600
commit6ef0ea9652d085373feeb971f7b40f65b2be04b4 (patch)
tree1d91c167dcda462ec62c559a303c8ec79301eae4
parent5716f3e6f0bc5e5cbe04198923a5cdd8b6e89b3c (diff)
downloadnuttx-6ef0ea9652d085373feeb971f7b40f65b2be04b4.tar.gz
nuttx-6ef0ea9652d085373feeb971f7b40f65b2be04b4.tar.bz2
nuttx-6ef0ea9652d085373feeb971f7b40f65b2be04b4.zip
Update Changelog
-rw-r--r--apps/ChangeLog.txt3
-rwxr-xr-xnuttx/ChangeLog3
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 4077ffec6..c5f0328cb 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -963,3 +963,6 @@
with zero bytes read (2014-7-23).
* apps/system/nxplayer: Misc changes to better integrate with
NxWM::CMediaPlayer (2014-7-23).
+ * apps/system/nxplayer/nxplayer.c and apps/include/nxplayer.h: Add hooks
+ for fast-forward and rewind needed by CMediaPlayer; add hooks for
+ equalizer settings needed by the WM8904 (2014-7-24).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b8fd9e90b..11349494d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7799,3 +7799,6 @@
* configs/sama5d4-ek/nsh/defconfig: Enable the command line media player
in the NSH configuration as well (still does not work, however)
(2014-7-23).
+ * audio/Kconfig, audio.c, and include/nuttx/audio/audio.h: Add hooks for
+ fast-forward and rewind needed by CMediaPlayer; add hooks for
+ equalizer settings needed by the WM8904 (2014-7-24).