Skip to content
Snippets Groups Projects
Commit e9662198 authored by Dean Camera's avatar Dean Camera
Browse files

Clarify in the documentation that the Audio demos and driver is for the Audio...

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.
parent 38d2e694
Branches
Tags
No related merge requests found
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Relevant Standards:</b></td> * <td><b>Relevant Standards:</b></td>
* <td>USBIF Audio Class Specification \n * <td>USBIF Audio 1.0 Class Specification \n
* USBIF Audio Class Terminal Types Specification \n * USBIF Audio 1.0 Class Terminal Types Specification \n
* USBIF Audio Data Formats Specification</td> * USBIF Audio 1.0 Data Formats Specification</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Usable Speeds:</b></td> * <td><b>Usable Speeds:</b></td>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
* *
* Audio demonstration application. This gives a simple reference * Audio demonstration application. This gives a simple reference
* application for implementing a USB Audio Input device using the * application for implementing a USB Audio Input device using the
* basic USB Audio drivers in all modern OSes (i.e. no special drivers * basic USB Audio 1.0 drivers in all modern OSes (i.e. no special drivers
* required). * required).
* *
* On start-up the system will automatically enumerate and function * On start-up the system will automatically enumerate and function
......
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Relevant Standards:</b></td> * <td><b>Relevant Standards:</b></td>
* <td>USBIF Audio Class Specification \n * <td>USBIF Audio 1.0 Class Specification \n
* USBIF Audio Class Terminal Types Specification \n * USBIF Audio 1.0 Class Terminal Types Specification \n
* USBIF Audio Data Formats Specification</td> * USBIF Audio 1.0 Data Formats Specification</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Usable Speeds:</b></td> * <td><b>Usable Speeds:</b></td>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
* *
* Audio demonstration application. This gives a simple reference * Audio demonstration application. This gives a simple reference
* application for implementing a USB Audio Output device using the * application for implementing a USB Audio Output device using the
* basic USB Audio drivers in all modern OSes (i.e. no special drivers * basic USB Audio 1.0 drivers in all modern OSes (i.e. no special drivers
* required). * required).
* *
* On start-up the system will automatically enumerate and function * On start-up the system will automatically enumerate and function
......
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Relevant Standards:</b></td> * <td><b>Relevant Standards:</b></td>
* <td>USBIF Audio Class Specification \n * <td>USBIF Audio 1.0 Class Specification \n
* USBIF Audio Class Terminal Types Specification \n * USBIF Audio 1.0 Class Terminal Types Specification \n
* USBIF Audio Data Formats Specification</td> * USBIF Audio 1.0 Data Formats Specification</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Usable Speeds:</b></td> * <td><b>Usable Speeds:</b></td>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
* *
* Audio demonstration application. This gives a simple reference * Audio demonstration application. This gives a simple reference
* application for implementing a USB Audio Input device using the * application for implementing a USB Audio Input device using the
* basic USB Audio drivers in all modern OSes (i.e. no special drivers * basic USB Audio 1.0 drivers in all modern OSes (i.e. no special drivers
* required). * required).
* *
* On start-up the system will automatically enumerate and function * On start-up the system will automatically enumerate and function
......
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Relevant Standards:</b></td> * <td><b>Relevant Standards:</b></td>
* <td>USBIF Audio Class Specification \n * <td>USBIF Audio 1.0 Class Specification \n
* USBIF Audio Class Terminal Types Specification \n * USBIF Audio 1.0 Class Terminal Types Specification \n
* USBIF Audio Data Formats Specification</td> * USBIF Audio 1.0 Data Formats Specification</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Usable Speeds:</b></td> * <td><b>Usable Speeds:</b></td>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
* *
* Audio demonstration application. This gives a simple reference * Audio demonstration application. This gives a simple reference
* application for implementing a USB Audio Output device using the * application for implementing a USB Audio Output device using the
* basic USB Audio drivers in all modern OSes (i.e. no special drivers * basic USB Audio 1.0 drivers in all modern OSes (i.e. no special drivers
* required). * required).
* *
* On start-up the system will automatically enumerate and function * On start-up the system will automatically enumerate and function
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
* - LUFA/Drivers/USB/Class/Device/Audio.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i> * - LUFA/Drivers/USB/Class/Device/Audio.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
* *
* \section Module Description * \section Module Description
* Audio Class Driver module. This module contains an internal implementation of the USB Audio Class, for Device * Audio Class Driver module. This module contains an internal implementation of the USB Audio 1.0 Class, for Device
* USB mode only. User applications can use this class driver instead of implementing the Audio class manually via * USB mode only. User applications can use this class driver instead of implementing the Audio class manually via
* the low-level LUFA APIs. * the low-level LUFA APIs.
* *
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
*/ */
/** \file /** \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 * \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. * dispatch header located in LUFA/Drivers/USB/Class/Audio.h.
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
* *
* \section Module Description * \section Module Description
* Constants, Types and Enum definitions that are common to both Device and Host modes for the USB * Constants, Types and Enum definitions that are common to both Device and Host modes for the USB
* Audio Class. * Audio 1.0 Class.
* *
* @{ * @{
*/ */
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
*/ */
/** \file /** \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 * \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. * dispatch header located in LUFA/Drivers/USB/Class/Audio.h.
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
* - LUFA/Drivers/USB/Class/Device/Audio.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i> * - LUFA/Drivers/USB/Class/Device/Audio.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
* *
* \section Module Description * \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.
* *
* @{ * @{
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment