forked from PAWPAW-Mirror/lib_xua
IN_PREFILL increased (quick change in order to check how change affects regression)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user