X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..1be3436e895c9937dcd4ebbec33ea199f3e26db2:/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
index 9170478ad..caf3b484f 100644
--- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
+++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.txt
@@ -33,9 +33,9 @@
*
*
* | Relevant Standards: |
- * USBIF Audio Class Specification \n
- * USBIF Audio Class Terminal Types Specification \n
- * USBIF Audio Data Formats Specification |
+ * USBIF Audio 1.0 Class Specification \n
+ * USBIF Audio 1.0 Class Terminal Types Specification \n
+ * USBIF Audio 1.0 Data Formats Specification |
*
*
* | Usable Speeds: |
@@ -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
@@ -73,17 +73,17 @@
*
*
* | AUDIO_OUT_STEREO |
- * Makefile CDEFS |
+ * Makefile LUFA_OPTS |
* When defined, this outputs the audio samples in stereo to the timer output pins of the microcontroller. |
*
*
* | AUDIO_OUT_MONO |
- * Makefile CDEFS |
+ * Makefile LUFA_OPTS |
* When defined, this outputs the audio samples in mono to the timer output pin of the microcontroller. |
*
*
* | AUDIO_OUT_PORTC |
- * Makefile CDEFS |
+ * Makefile LUFA_OPTS |
* When defined, this outputs the audio samples in mono to port C of the microcontroller, for connection to an
* external DAC. |
*