From 73db3d052f40fe148f54ec3adccdcf1c1ba50ad8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 4 Aug 2014 19:29:02 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef837c96f9..bfeecba0a2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7975,3 +7975,9 @@ bits per frame. Conditioned out interrupt logic; it is not being used. Also added some FLL lock interrupt/poll logic (which was subsequently disabled) (2014-8-4). + * SAMA5D3x-EK and SAMA4D4-EK: Add/update usage documents for media + players (2014-8-4). + * drivers/audio/wm8904.c and .h: Add reset logic to put the part back + in its initial state after playing each WAV file. Base samles per + second on frame length, not bits-per-sample. Use a different frame + length for 8-bit and 16-bit data (2014-8-4).