summarylogtreecommitdiffstats
path: root/lowlatency.patch
blob: 0fcf60f85a86d9d7741668336785ec63226921d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/sound/usb/card.h
+++ b/sound/usb/card.h
@@ -3,8 +3,8 @@
 #define __USBAUDIO_CARD_H
 
 #define MAX_NR_RATES	1024
-#define MAX_PACKS	6		/* per URB */
-#define MAX_PACKS_HS	(MAX_PACKS * 8)	/* in high speed mode */
+#define MAX_PACKS	1		/* per URB */
+#define MAX_PACKS_HS	(MAX_PACKS * 1)	/* in high speed mode */
 #define MAX_URBS	12
 #define SYNC_URBS	4	/* always four urbs for sync */
 #define MAX_QUEUE	18	/* try not to exceed this queue length, in ms */