From 06657a3b6f78046a28a38f06448750c2b6677879 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 2 Aug 2014 06:53:57 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 99733ddb9f..8ce64b99bb 100755 --- a/ChangeLog +++ b/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).