The patch number 10716 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Hans Verkuil <[email protected]>
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.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/zoran/zoran_card.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -r 34743e0654d0 -r 3ab79d9002e1
linux/drivers/media/video/zoran/zoran_card.c
--- a/linux/drivers/media/video/zoran/zoran_card.c Wed Feb 18 21:39:45
2009 +0100
+++ b/linux/drivers/media/video/zoran/zoran_card.c Wed Feb 18 22:33:35
2009 +0100
@@ -126,8 +126,8 @@ MODULE_PARM_DESC(video_nr, "Video device
*/
-int v4l_nbufs = 2;
-int v4l_bufsize = 128; /* Everybody should be able to work with this
setting */
+int v4l_nbufs = 4;
+int v4l_bufsize = 810; /* Everybody should be able to work with this
setting */
module_param(v4l_nbufs, int, 0644);
MODULE_PARM_DESC(v4l_nbufs, "Maximum number of V4L buffers to use");
module_param(v4l_bufsize, int, 0644);
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/3ab79d9002e1fa011c1b02cefa03dd4b4a12ee43
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits