Commit 497d7d0b92b1eccbd76bbe054d791e471d29b599

Authored by Hans Verkuil
Committed by Mauro Carvalho Chehab
1 parent 602dd48a35

V4L/DVB (10716): zoran: change buffer defaults to something that works with tvtime

By popular request increased the default number and size of the buffers
to something that tvtime likes.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/media/video/zoran/zoran_card.c
... ... @@ -125,8 +125,8 @@
125 125  
126 126 */
127 127  
128   -int v4l_nbufs = 2;
129   -int v4l_bufsize = 128; /* Everybody should be able to work with this setting */
  128 +int v4l_nbufs = 4;
  129 +int v4l_bufsize = 810; /* Everybody should be able to work with this setting */
130 130 module_param(v4l_nbufs, int, 0644);
131 131 MODULE_PARM_DESC(v4l_nbufs, "Maximum number of V4L buffers to use");
132 132 module_param(v4l_bufsize, int, 0644);