forked from PAWPAW-Mirror/lib_xua
Resolved issue with not starting up FB pipe in UAC1 mode
This commit is contained in:
@@ -258,6 +258,11 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in,
|
|||||||
XUD_SetReady_In(ep_hid, g_hidData, 1);
|
XUD_SetReady_In(ep_hid, g_hidData, 1);
|
||||||
#endif
|
#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)
|
while(1)
|
||||||
{
|
{
|
||||||
XUD_Result_t result;
|
XUD_Result_t result;
|
||||||
|
|||||||
Reference in New Issue
Block a user