From e96621983462a8cec68280f6730c6fc2f059202a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 21 Aug 2010 11:38:39 +0000 Subject: Clarify in the documentation that the Audio demos and driver is for the Audio 1.0 specification, not the newer (and more advanced/less supported) 2.0 specification. --- LUFA/Drivers/USB/Class/Common/Audio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LUFA/Drivers/USB/Class/Common/Audio.h') diff --git a/LUFA/Drivers/USB/Class/Common/Audio.h b/LUFA/Drivers/USB/Class/Common/Audio.h index eb2e95b65..99bdb3659 100644 --- a/LUFA/Drivers/USB/Class/Common/Audio.h +++ b/LUFA/Drivers/USB/Class/Common/Audio.h @@ -29,9 +29,9 @@ */ /** \file - * \brief Common definitions and declarations for the library USB Audio Class driver. + * \brief Common definitions and declarations for the library USB Audio 1.0 Class driver. * - * Common definitions and declarations for the library USB Audio Class driver. + * Common definitions and declarations for the library USB Audio 1.0 Class driver. * * \note This file should not be included directly. It is automatically included as needed by the class driver * dispatch header located in LUFA/Drivers/USB/Class/Audio.h. @@ -42,7 +42,7 @@ * * \section Module Description * Constants, Types and Enum definitions that are common to both Device and Host modes for the USB - * Audio Class. + * Audio 1.0 Class. * * @{ */ -- cgit v1.2.3