From a0607ff2a7c2ddc4939b2573cb640167fa9f68b3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 18 Jul 2014 15:35:51 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c97585f833..203c4aedc6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7740,3 +7740,7 @@ for the case of the framebuffer device. In this case, the logic for clearing the vacated region at the bottom was missing so garbage up from the last, uncleared line (2014-7-17). + * drivers/audio/wm8904.c/.h and include/nuttx/audio.wm8904.h: Framework + for a WM8904 audio driver. The initial driver check-in is simply Ken + Pettit's VS1053 driver forced to compile with only WM8904 definitions + (2014-7-18).