diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-05-30 11:07:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-05-30 11:07:57 +0000 |
commit | 2a26efc6912badfff9e798f5dbac57ba85ce6dd1 (patch) | |
tree | 9510c38dc53bbf95489cd10c00d5685e4d97d70b /LUFA/ManPages/ChangeLog.txt | |
parent | 78cfaac9b4fc9ae15652f18e9abb79dcedfcd4b5 (diff) | |
download | lufa-2a26efc6912badfff9e798f5dbac57ba85ce6dd1.tar.gz lufa-2a26efc6912badfff9e798f5dbac57ba85ce6dd1.tar.bz2 lufa-2a26efc6912badfff9e798f5dbac57ba85ce6dd1.zip |
Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 4fe30411e..c4fe713e8 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -22,6 +22,9 @@ * <b>Changed:</b> * - Core: * - Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host + * - Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying + * the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or + * continuous sample rates * - Library Applications: * - <i>None</i> * |