From: Dean Camera Date: Sat, 3 Oct 2009 07:59:32 +0000 (+0000) Subject: Changed Audio Class driver sample read/write functions to be inline, to reduce the... X-Git-Tag: LUFA-110528-BETA~868 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/433399b05db8d4a8a3989e90614f7206d49568fc?hp=433399b05db8d4a8a3989e90614f7206d49568fc Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Fixed ClassDriver AudioOutput demo not selecting an audio output mode. ---