Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-08-04 19:29:02 -06:00
parent 8065ab73a4
commit 73db3d052f

View File

@ -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).