summarylogtreecommitdiffstats
path: root/lowlatency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lowlatency.patch')
-rw-r--r--lowlatency.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/lowlatency.patch b/lowlatency.patch
deleted file mode 100644
index 9c3a7b603d5a..000000000000
--- a/lowlatency.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/sound/usb/card.h
-+++ b/sound/usb/card.h
-@@ -3,10 +3,10 @@
- #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_URBS 12
--#define SYNC_URBS 4 /* always four urbs for sync */
-+#define MAX_PACKS 1 /* per URB */
-+#define MAX_PACKS_HS MAX_PACKS /* in high speed mode */
-+#define MAX_URBS 2
-+#define SYNC_URBS MAX_URBS
- #define MAX_QUEUE 18 /* try not to exceed this queue length, in ms */
-
- struct audioformat {