CHANGELOG updates

This commit is contained in:
Ross Owen
2015-12-03 10:34:20 +00:00
parent caed924d76
commit cfeb352d62

View File

@@ -8,8 +8,8 @@ sc_usb_audio Change Log
- 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)
- ADDED: Support for various "low" sample rates (i.e. < 44100) into UAC2 sample rate list
and UAC1 descriptors
- ADDED: Support for various "low" sample rates (i.e. < 44100) into UAC 2.0 sample rate
list and UAC 1.0 descriptors
- ADDED: Support for the use and integration of PDM microphones (including PDM to PCM
conversion) via lib_mic_array
- RESOLVED: MIDI data not accepted after "sleep" in OSX 10.11 (El Capitan) - related to sc_xud
@@ -18,6 +18,7 @@ sc_usb_audio Change Log
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.
- CHANGE: module_queue no longer uses any assert module/lib
6.13.0
------