IN_PREFILL increased (quick change in order to check how change affects regression)

This commit is contained in:
Ross Owen
2016-03-17 19:21:13 +00:00
parent 577d68a08b
commit 544d4bb185

View File

@@ -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