aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/Audio.c
Commit message (Expand)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-0/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-10/+10
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-12/+21
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-3/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-88/+88
* The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...Dean Camera2010-04-291-18/+0
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+2
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+1
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-61/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* Fix incorrect configuration in the ClassDriver AudioOutput demo.Dean Camera2009-07-301-13/+19
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-1/+3
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-2/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-15/+15
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+5
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-11/+11
* Ensure all USB device class drivers have the same three main functions as the...Dean Camera2009-06-041-0/+5
* Minor documentation page updates.Dean Camera2009-06-041-1/+1
* Add MIDI class driver, update MIDI device demo to use the new USB class drive...Dean Camera2009-06-011-2/+2
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+154