Rename Audio Host Class driver internal descriptor matching routines to be in line with the rest of the class driver function names.

This commit is contained in:
Dean Camera 2011-06-14 12:44:41 +00:00
parent deaab90089
commit f1cfd7ea7d
3 changed files with 12 additions and 10 deletions

View file

@ -393,9 +393,9 @@
#if !defined(__DOXYGEN__)
/* Function Prototypes: */
#if defined(__INCLUDE_FROM_AUDIO_HOST_C)
static uint8_t DComp_NextAudioControlInterface(void* CurrentDescriptor);
static uint8_t DComp_NextAudioStreamInterface(void* CurrentDescriptor);
static uint8_t DComp_NextAudioInterfaceDataEndpoint(void* CurrentDescriptor);
static uint8_t DCOMP_Audio_Host_NextAudioControlInterface(void* CurrentDescriptor);
static uint8_t DCOMP_Audio_Host_NextAudioStreamInterface(void* CurrentDescriptor);
static uint8_t DCOMP_Audio_Host_NextAudioInterfaceDataEndpoint(void* CurrentDescriptor);
#endif
#endif