diff --git a/ChangeLog b/ChangeLog index 4bf34352749..3d788cb6097 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7928,3 +7928,8 @@ size of the buffer so that all buffers only partially filled by the time they get to the leaf. Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream (2014-7-31). + * arch/arm/src/sama5/sam_ssc.c: Needs to account for data offset in + audio buffer (2014-7-31). + * drivers/audio/wm8904.c: Can't reset the WM8904 unless we also + reinitiailize all registers. Try to get a saner timeout based on + sample rate, bits-per-sample, and buffer size (2014-7-31).