aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/au0828/au0828.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/au0828/au0828.h b/drivers/media/video/au0828/au0828.h
index 9905bc4f5f59..4dd8ce7f139e 100644
--- a/drivers/media/video/au0828/au0828.h
+++ b/drivers/media/video/au0828/au0828.h
@@ -53,7 +53,7 @@
53 53
54/* Defination for AU0828 USB transfer */ 54/* Defination for AU0828 USB transfer */
55#define AU0828_MAX_ISO_BUFS 12 /* maybe resize this value in the future */ 55#define AU0828_MAX_ISO_BUFS 12 /* maybe resize this value in the future */
56#define AU0828_ISO_PACKETS_PER_URB 10 56#define AU0828_ISO_PACKETS_PER_URB 128
57 57
58#define AU0828_MIN_BUF 4 58#define AU0828_MIN_BUF 4
59#define AU0828_DEF_BUF 8 59#define AU0828_DEF_BUF 8