From d9c54be4b98e16bec1a1ece461fd621b6a535146 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 25 Nov 2015 12:52:59 +0000 Subject: [PATCH] Changelog updates for 6.14 --- CHANGELOG.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a2cc5edf..184f9483 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,8 +3,19 @@ sc_usb_audio Change Log 6.14.0 ------ - - ADDED: Support for the use and integration of PDM microphones (including PDM to PCM conversion) - via lib_mic_array + - ADDED: Support for the use and integration of PDM microphones (including PDM to PCM + conversion) via lib_mic_array + - ADDED: Support for various "low" sample rates (i.e. < 44100) into UAC2 sample rate list + and UAC1 descriptors + - ADDED: Support for for master-clock/sample-rate divides that are not a power of 2 + (i.e. 32kHz from 24.567MHz) + - ADDED: Extended available sample-rate/master-clock ratios. Previous restriction was <= + 512x (i.e. could not support 1024x and above e.g. 49.152MHz MCLK for Sample Rates + below 96kHz) (#13893) + - CHANGE: Asynchronous feedback system re-implemented to allow the previous two changelog + items + - CHANGE: Hardware divider used to generate bit-clock from master clock (xCORE-200 only). + Allows easy support for greater number of master-clock to sample-rate ratios. 6.13.0 ------