diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-08-21 11:38:39 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-08-21 11:38:39 +0000 |
| commit | 0802ca869657cc789efabd6fbd1cd420ee89e6ce (patch) | |
| tree | 4f8a9eb6e00d9ebb60cf8c046ccaccec736e210e /Demos/Device/ClassDriver/AudioOutput | |
| parent | fb42f42a2dcebedab343be84a613b6cd8f40d2ad (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1445 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/AudioOutput')
| -rw-r--r-- | Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.txt index f92c91ac..caf3b484 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 |
