diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-08-21 11:38:39 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-08-21 11:38:39 +0000 |
commit | e96621983462a8cec68280f6730c6fc2f059202a (patch) | |
tree | 4f8a9eb6e00d9ebb60cf8c046ccaccec736e210e /LUFA/Drivers/USB/Class/Device/Audio.h | |
parent | 38d2e694ef878aadb10220a9e72e56d2bf27927c (diff) | |
download | lufa-e96621983462a8cec68280f6730c6fc2f059202a.tar.gz lufa-e96621983462a8cec68280f6730c6fc2f059202a.tar.bz2 lufa-e96621983462a8cec68280f6730c6fc2f059202a.zip |
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.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/Audio.h')
-rw-r--r-- | LUFA/Drivers/USB/Class/Device/Audio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/Audio.h b/LUFA/Drivers/USB/Class/Device/Audio.h index 7fdd8aa1d..caf1fdc68 100644 --- a/LUFA/Drivers/USB/Class/Device/Audio.h +++ b/LUFA/Drivers/USB/Class/Device/Audio.h @@ -29,9 +29,9 @@ */ /** \file - * \brief Device mode driver for the library USB Audio Class driver. + * \brief Device mode driver for the library USB Audio 1.0 Class driver. * - * Device mode driver for the library USB Audio Class driver. + * Device mode driver 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. @@ -45,7 +45,7 @@ * - LUFA/Drivers/USB/Class/Device/Audio.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i> * * \section Module Description - * Device Mode USB Class driver framework interface, for the Audio USB Class driver. + * Device Mode USB Class driver framework interface, for the Audio 1.0 USB Class driver. * * @{ */ |