31 Oct
2011
31 Oct
'11
1:10 p.m.
This is needed for implicity feedback data streams. --- sound/usb/card.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/usb/card.h b/sound/usb/card.h index 7fb8778..0a5515a 100644 --- a/sound/usb/card.h +++ b/sound/usb/card.h @@ -3,7 +3,7 @@
#define MAX_PACKS 20 #define MAX_PACKS_HS (MAX_PACKS * 8) /* in high speed mode */ -#define MAX_URBS 8 +#define MAX_URBS 16 #define SYNC_URBS 4 /* always four urbs for sync */ #define MAX_QUEUE 24 /* try not to exceed this queue length, in ms */
--
1.7.5.4