Fix incorrect configuration in the ClassDriver AudioOutput demo.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 30 Jul 2009 14:06:52 +0000 (14:06 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 30 Jul 2009 14:06:52 +0000 (14:06 +0000)
commit41babf1cb78a2a8e05f40f5de61c3f52bb794fc4
tree0ad2a05c55c83817a9cfefa6c2b68cd6ae0324d5
parent41b54a2acd2d5515cc7f3f1ed1c3d3b17d1988a1
Fix incorrect configuration in the ClassDriver AudioOutput demo.

Make all audio device Class Driver functions require a reference to the Audio class instance, so that the endpoint size can be checked (and to standardize the APIs).

Make LEDs more responsive in the AudioOutput device demos.
12 files changed:
Demos/Device/ClassDriver/AudioInput/AudioInput.c
Demos/Device/ClassDriver/AudioInput/Descriptors.h
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
Demos/Device/ClassDriver/AudioOutput/Descriptors.h
Demos/Device/LowLevel/AudioInput/Descriptors.h
Demos/Device/LowLevel/AudioOutput/AudioOutput.c
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
Demos/Device/LowLevel/AudioOutput/Descriptors.h
LUFA/Drivers/USB/Class/Device/Audio.c
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/ManPages/ChangeLog.txt