diff options
Diffstat (limited to 'drivers/media/video/zoran')
-rw-r--r-- | drivers/media/video/zoran/zoran_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_card.c b/drivers/media/video/zoran/zoran_card.c index 665a5e370a84..3ffdbe34ecc1 100644 --- a/drivers/media/video/zoran/zoran_card.c +++ b/drivers/media/video/zoran/zoran_card.c | |||
@@ -107,7 +107,7 @@ module_param_array(video_nr, int, NULL, 0444); | |||
107 | MODULE_PARM_DESC(video_nr, "Video device number (-1=Auto)"); | 107 | MODULE_PARM_DESC(video_nr, "Video device number (-1=Auto)"); |
108 | 108 | ||
109 | int v4l_nbufs = 4; | 109 | int v4l_nbufs = 4; |
110 | int v4l_bufsize = 810; /* Everybody should be able to work with this setting */ | 110 | int v4l_bufsize = 864; /* Everybody should be able to work with this setting */ |
111 | module_param(v4l_nbufs, int, 0644); | 111 | module_param(v4l_nbufs, int, 0644); |
112 | MODULE_PARM_DESC(v4l_nbufs, "Maximum number of V4L buffers to use"); | 112 | MODULE_PARM_DESC(v4l_nbufs, "Maximum number of V4L buffers to use"); |
113 | module_param(v4l_bufsize, int, 0644); | 113 | module_param(v4l_bufsize, int, 0644); |