Merge branch 'stable' of git://git/apps/sc_usb_audio into stable

This commit is contained in:
Ross Owen
2016-11-24 16:00:50 +00:00

View File

@@ -219,7 +219,7 @@ static inline void TransferAdatTxSamples(chanend c_adat_out, const unsigned samp
}
#endif
/* sampsFromUsbToAudio: The sample frame the device has recived from the host and is going to play to the output audio interfaces */
/* sampsFromUsbToAudio: The sample frame the device has received from the host and is going to play to the output audio interfaces */
/* sampsFromAudioToUsb: The sample frame that was received from the audio interfaces and that the device is going to send to the host */
void UserBufferManagement(unsigned sampsFromUsbToAudio[], unsigned sampsFromAudioToUsb[], client audManage_if i_audMan);