Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.
[pub/lufa.git] / Demos / Host / LowLevel / AudioInputHost / ConfigDescriptor.c
index 589012a..0ce054f 100644 (file)
@@ -53,7 +53,7 @@ uint8_t StreamingEndpointAddress     = 0;
  *\r
  *  This routine searches for a Streaming Audio interface descriptor containing a valid Isochronous audio endpoint.\r
  *\r
- *  \return An error code from the \ref RNDISHost_GetConfigDescriptorDataCodes_t enum.\r
+ *  \return An error code from the \ref AudioHost_GetConfigDescriptorDataCodes_t enum.\r
  */\r
 uint8_t ProcessConfigurationDescriptor(void)\r
 {\r
@@ -92,7 +92,7 @@ uint8_t ProcessConfigurationDescriptor(void)
                        {\r
                                /* Find a new Audio Control interface if the current one doesn't contain a compatible streaming interface */\r
                                if (USB_GetNextDescriptorComp(&CurrConfigBytesRem, &CurrConfigLocation,\r
-                                                                                         DComp_NextAudioControlInterface) != DESCRIPTOR_SEARCH_COMP_Found)\r
+                                                             DComp_NextAudioControlInterface) != DESCRIPTOR_SEARCH_COMP_Found)\r
                                {\r
                                        /* Descriptor not found, error out */\r
                                        return NoCompatibleInterfaceFound;\r
@@ -103,7 +103,7 @@ uint8_t ProcessConfigurationDescriptor(void)
 \r
                                /* Find the next Audio Streaming interface within that Audio Control interface */\r
                                if (USB_GetNextDescriptorComp(&CurrConfigBytesRem, &CurrConfigLocation,\r
-                                                                                 DComp_NextAudioStreamInterface) != DESCRIPTOR_SEARCH_COMP_Found)\r
+                                                             DComp_NextAudioStreamInterface) != DESCRIPTOR_SEARCH_COMP_Found)\r
                                {\r
                                        /* Descriptor not found, error out */\r
                                        return NoCompatibleInterfaceFound;\r