From: Dean Camera Date: Fri, 3 Jun 2011 07:56:12 +0000 (+0000) Subject: Added new callback to the Audio Class driver to allow for endpoint control manipulati... X-Git-Tag: LUFA-111009-BETA~94 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/2731c3a8aef715c2ea27d541e946200bd4fc189f?hp=2731c3a8aef715c2ea27d541e946200bd4fc189f Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes. ---