From 319d07dc699d7022dc3a493aa529da20a7ffc19b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 31 Jul 2014 15:04:10 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index eff21afa284..cd895e9155c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7914,3 +7914,9 @@ (2014-7-31). * configs/sama5d3x-ek/nxplayer: Add a configuration to support the command line NxPlayer (2014-7-31). + * audio/audio.c: More debug output (2014-7-31). + * configs/sama5d3x-ek/README.txt: REAME update (2014-7-31). + * drivers/audio/wm8904.c: Was not saving i2s interface instance + (2014-7-31). + * sched/sem_wait.c: Use set_errno() and get_errno(). Direct access + inside the OS may not be supported in the future (2014-7-31).