aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename new Audio class driver functions, callbacks and events to ensure that ↵Dean Camera2011-06-161-3/+3
| | | | they contain the USB mode (Device or Host) in the function names.
* Ensure that only the requested Audio class pipes are mapped to endpoints ↵Dean Camera2011-06-131-1/+1
| | | | | | within the device for a specific Audio Host Class driver instance. Fix const-correctness of the Audio Host Class driver.
* Add new Audio Class Driver Host demos.Dean Camera2011-06-091-0/+248
Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.