From 861f706fe23f2a4132f1edcbbcd91532f9c94a25 Mon Sep 17 00:00:00 2001 From: Russell Date: Fri, 6 Jan 2012 11:59:20 +0000 Subject: [PATCH] Think that the greatest buffer requirement here is for the mixer controls which I think only requires 36 bytes. --- module_usb_aud_shared/endpoint0/audiorequests.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_aud_shared/endpoint0/audiorequests.xc b/module_usb_aud_shared/endpoint0/audiorequests.xc index 2cde9948..e5d6b78c 100644 --- a/module_usb_aud_shared/endpoint0/audiorequests.xc +++ b/module_usb_aud_shared/endpoint0/audiorequests.xc @@ -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;