diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt
index 0033e6a0f632805131736b414583e2743bdd71af..09b6c6fb3d9db9ad54542d71093b1bd00455ee1c 100644
--- a/Demos/Device/ClassDriver/AudioInput/AudioInput.txt
+++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.txt
@@ -33,9 +33,9 @@
  *   </tr>
  *   <tr>
  *    <td><b>Relevant Standards:</b></td>
- *    <td>USBIF Audio Class Specification \n
- *        USBIF Audio Class Terminal Types Specification \n
- *        USBIF Audio Data Formats Specification</td>
+ *    <td>USBIF Audio 1.0 Class Specification \n
+ *        USBIF Audio 1.0 Class Terminal Types Specification \n
+ *        USBIF Audio 1.0 Data Formats Specification</td>
  *   </tr>
  *   <tr>
  *    <td><b>Usable Speeds:</b></td>
@@ -47,7 +47,7 @@
  *
  *  Audio demonstration application. This gives a simple reference
  *  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).
  *  
  *  On start-up the system will automatically enumerate and function
diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt
index f92c91ac24089c9cfce0ff9789c9819a3629fa97..caf3b484ff861a4cbbca1e55765939ea79fddef5 100644
--- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt
+++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt
@@ -33,9 +33,9 @@
  *   </tr>
  *   <tr>
  *    <td><b>Relevant Standards:</b></td>
- *    <td>USBIF Audio Class Specification \n
- *        USBIF Audio Class Terminal Types Specification \n
- *        USBIF Audio Data Formats Specification</td>
+ *    <td>USBIF Audio 1.0 Class Specification \n
+ *        USBIF Audio 1.0 Class Terminal Types Specification \n
+ *        USBIF Audio 1.0 Data Formats Specification</td>
  *   </tr>
  *   <tr>
  *    <td><b>Usable Speeds:</b></td>
@@ -47,7 +47,7 @@
  *
  *  Audio demonstration application. This gives a simple reference
  *  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).
  *  
  *  On start-up the system will automatically enumerate and function
diff --git a/Demos/Device/LowLevel/AudioInput/AudioInput.txt b/Demos/Device/LowLevel/AudioInput/AudioInput.txt
index 149f8360a4eefd7d0772110d2646912c30027005..55204a992f7bdc1ce17f9a8f6e8dcc8af251ecb2 100644
--- a/Demos/Device/LowLevel/AudioInput/AudioInput.txt
+++ b/Demos/Device/LowLevel/AudioInput/AudioInput.txt
@@ -33,9 +33,9 @@
  *   </tr>
  *   <tr>
  *    <td><b>Relevant Standards:</b></td>
- *    <td>USBIF Audio Class Specification \n
- *        USBIF Audio Class Terminal Types Specification \n
- *        USBIF Audio Data Formats Specification</td>
+ *    <td>USBIF Audio 1.0 Class Specification \n
+ *        USBIF Audio 1.0 Class Terminal Types Specification \n
+ *        USBIF Audio 1.0 Data Formats Specification</td>
  *   </tr>
  *   <tr>
  *    <td><b>Usable Speeds:</b></td>
@@ -47,7 +47,7 @@
  *
  *  Audio demonstration application. This gives a simple reference
  *  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).
  *  
  *  On start-up the system will automatically enumerate and function
diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
index f92c91ac24089c9cfce0ff9789c9819a3629fa97..caf3b484ff861a4cbbca1e55765939ea79fddef5 100644
--- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
+++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
@@ -33,9 +33,9 @@
  *   </tr>
  *   <tr>
  *    <td><b>Relevant Standards:</b></td>
- *    <td>USBIF Audio Class Specification \n
- *        USBIF Audio Class Terminal Types Specification \n
- *        USBIF Audio Data Formats Specification</td>
+ *    <td>USBIF Audio 1.0 Class Specification \n
+ *        USBIF Audio 1.0 Class Terminal Types Specification \n
+ *        USBIF Audio 1.0 Data Formats Specification</td>
  *   </tr>
  *   <tr>
  *    <td><b>Usable Speeds:</b></td>
@@ -47,7 +47,7 @@
  *
  *  Audio demonstration application. This gives a simple reference
  *  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).
  *  
  *  On start-up the system will automatically enumerate and function
diff --git a/LUFA/Drivers/USB/Class/Audio.h b/LUFA/Drivers/USB/Class/Audio.h
index 1efbaab52ab9d223b4f25d41fe9e1a42acf443b5..a482dfdc583194ae7313eb44f3bb4b2a4c293beb 100644
--- a/LUFA/Drivers/USB/Class/Audio.h
+++ b/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
- *  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 
  *  the low-level LUFA APIs.
  *
diff --git a/LUFA/Drivers/USB/Class/Common/Audio.h b/LUFA/Drivers/USB/Class/Common/Audio.h
index eb2e95b653b83c0a5d6bd8cac12c5ff91d2e8e10..99bdb365973ebdea8afda9cb55fd8d0091bfc7de 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.
  *
  *  @{
  */
diff --git a/LUFA/Drivers/USB/Class/Device/Audio.h b/LUFA/Drivers/USB/Class/Device/Audio.h
index 7fdd8aa1d7837aca75ca30ee214bd1ac6fe4e36b..caf1fdc68b2021bcdc34e9e1c4827ea23131fed0 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.
  *
  *  @{
  */