aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Device/Audio.c
AgeCommit message (Expand)Author
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean
2011-06-19Code style fixes for the Device mode USB Audio Class driver to make it more i...Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-08Added new Host mode Audio Class driver.Dean
2011-06-07Fix errors in the Audio device demos and class driver regarding multiple samp...Dean
2011-06-03Added new callback to the Audio Class driver to allow for endpoint control ma...Dean
2011-05-29Added new incomplete AudioInputHost Host LowLevel demo.Dean
2011-04-12Add missing function attributes to the pipe/endpoint functions for all archit...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-24All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-08-22Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-29The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2010-01-05Inline USB management functions in the Class drivers which are standardized b...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-13Test with -Wextra, fix library warnings due to unused function parameters.Dean
2009-11-07Add optional pipe double banking support to the Host mode Class drivers.Dean
2009-10-03Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-07-30Fix incorrect configuration in the ClassDriver AudioOutput demo.Dean
2009-07-27State information for class drivers is now zeroed out during enumeration (bot...Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-06-18Break device mode class driver interfaces into seperate config and state stru...Dean
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean
2009-06-11Changed to new device mode Class Driver function name prefixes to make way fo...Dean
2009-06-04Ensure all USB device class drivers have the same three main functions as the...Dean
2009-06-04Minor documentation page updates.Dean
2009-06-01Add MIDI class driver, update MIDI device demo to use the new USB class drive...Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean