From e793665a9bb98dcb75143f60bacdf958e5128f33 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Jul 2014 11:55:16 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index b78a17bde..fe5cd891d 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -7764,4 +7764,12 @@ changes to try to reduce that amount of time in interrupts handles and with interrupts disbled. Needs verification on other platforms. From Petteri Aimonen (2014-7-22). - + * arch/arm/src/sama5/sam_pck.c: Fix a recently introduced typo that was + being masked by some bad conditional compilation (2015=4-7-22). + * drivers/audio/wm8904.c and include/nuttx/audio/wm8904.h: Remove WM8904 + driver unused parameters, clean-up comments, remove some kruft in + capability reporting (2014-7-22). + * audio/Makefile and pcm_decode.c, include/nuttx/audio/pcm_decode.c, + configs/sama5d4-ek/src/sam_wm8904.c and others: Add new framework for + the PCM decoder. It is now a 'front end' for lower-level drivers like + the WM8904 that performs the PCM decoding from end (2014-7-22). -- cgit v1.2.3