From 544d4bb1852c1b49b8eef6644f2f89e50a966bd2 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 17 Mar 2016 19:21:13 +0000 Subject: [PATCH] IN_PREFILL increased (quick change in order to check how change affects regression) --- module_usb_audio/usb_buffer/decouple.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/usb_buffer/decouple.xc b/module_usb_audio/usb_buffer/decouple.xc index ee279499..a7048323 100644 --- a/module_usb_audio/usb_buffer/decouple.xc +++ b/module_usb_audio/usb_buffer/decouple.xc @@ -25,7 +25,7 @@ #define MAX_USB_AUD_PACKET_SIZE 1028 #define OUT_BUFFER_PREFILL (MAX(NUM_USB_CHAN_OUT_FS*FS_PACKET_SIZE*3+4,NUM_USB_CHAN_OUT*HS_PACKET_SIZE*4+4)*1) -#define IN_BUFFER_PREFILL (MAX(FS_PACKET_SIZE*2+4, HS_PACKET_SIZE*4+4)*2) +#define IN_BUFFER_PREFILL (MAX(FS_PACKET_SIZE*2+4,1*HS_PACKET_SIZE*4+4)*2) /* Volume and mute tables */ #ifndef OUT_VOLUME_IN_MIXER