Resolved issue with not starting up FB pipe in UAC1 mode

This commit is contained in:
Ross Owen
2016-12-07 11:30:19 +00:00
parent 56935a7ff2
commit b0451af03b

View File

@@ -258,6 +258,11 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in,
XUD_SetReady_In(ep_hid, g_hidData, 1);
#endif
#if (AUDIO_CLASS == 1)
/* In UAC1 we dont use a stream start event (and we are always FS) so mark FB EP ready now */
XUD_SetReady_In(ep_aud_fb, fb_clocks, 3);
#endif
while(1)
{
XUD_Result_t result;