Global vars for EP's in decouple now XUD_ep (were int)

This commit is contained in:
Ross Owen
2014-02-20 13:30:34 +00:00
parent f5f4a753ae
commit bab06c66ea

View File

@@ -53,9 +53,11 @@ unsigned dir = 0;
void GetADCCounts(unsigned samFreq, int &min, int &mid, int &max);
int aud_from_host_usb_ep = 0;
int aud_to_host_usb_ep = 0;
int int_usb_ep = 0;
/* Globals for EP types */
XUD_ep aud_from_host_usb_ep = 0;
XUD_ep aud_fb_usb_ep = 0;
XUD_ep aud_to_host_usb_ep = 0;
XUD_ep int_usb_ep = 0;
/* Shared global audio buffering variables */
unsigned g_aud_from_host_buffer;