uint8_t SourceID; /**< Source ID value of the audio source input into this feature unit */\r
\r
uint8_t ControlSize; /**< Size of each element in the ChanelControlls array */\r
- uint8_t ChannelControls[3]; /**< Feature masks for the control channel, and each seperate audio channel */\r
+ uint8_t ChannelControls[3]; /**< Feature masks for the control channel, and each separate audio channel */\r
\r
uint8_t FeatureUnitStrIndex; /**< Index of a string descriptor describing this descriptor within the device */\r
} USB_AudioFeatureUnit_t;\r
uint8_t AssociatedOutputTerminal; /**< ID of associated output terminal, for physically grouped terminals\r
* such as the speaker and microphone of a phone handset\r
*/\r
- uint8_t TotalChannels; /**< Total number of seperate audio channels within this interface (right, left, etc.) */\r
+ uint8_t TotalChannels; /**< Total number of separate audio channels within this interface (right, left, etc.) */\r
uint16_t ChannelConfig; /**< CHANNEL_* masks indicating what channel layout is supported by this terminal */\r
\r
uint8_t ChannelStrIndex; /**< Index of a string descriptor describing this channel within the device */\r