Think that the greatest buffer requirement here is for the mixer controls which I think only requires 36 bytes.

This commit is contained in:
Russell
2012-01-06 11:59:20 +00:00
parent 87e2fa6abd
commit 861f706fe2

View File

@@ -266,7 +266,7 @@ int AudioClassRequests_2(XUD_ep ep0_out, XUD_ep ep0_in, SetupPacket &sp, chanend
#endif
)
{
unsigned char buffer[1024];
unsigned char buffer[128];
int i_tmp;
int unitID;
int loop = 1;