From 35fbbd0098df62000ba17f565ae1c97434ccb3e1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 23 Jul 2014 12:23:49 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 245aeea6376..f173744bcfd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7788,3 +7788,6 @@ * drivers/audio/audio_null.c, include/nuttx/audio/audio_null.c, and configs/sama5d4-ek/src/sam_audio_null.c: Add a NULL audio device that can be used to simply unit-level testing of audio decoders (2014-7/23). + * audio/pcm_decode.c, include/nuttx/audio/audio.h, and drivers/audio/audio_null.c + and wm8904.c: Add ioctls so that PCM decoder can configure the driver + bitrate, num channels, and sample width (2014-7-23).