Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-07-31 19:15:58 -06:00
parent 3e1e15b04a
commit e4e383a106

View File

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