[alsa-devel] [PATCH 4/5] ALSA: snd-usb: set MAX_URBS to 16
Daniel Mack
zonque at gmail.com
Mon Oct 31 13:10:29 CET 2011
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
More information about the Alsa-devel
mailing list