Marius Kjeldahl wrote:

Jun 20 15:31:38 snaptuner-slb01 ivtv: Registered v4l2 device, streamtype 3 
minor 29
Jun 20 15:31:38 snaptuner-slb01 ivtv: Create DMA stream 3 using 455 4608 byte
buffers  0 kbytes total

This looks more or less identical. The messages about 0 kbytes total buffers is
of course very suspicious. Does anybody have any idea on what is going wrong?
Not to derail here, but I'm suprised there's anything /but/ 0 kbytes total. Chris: check out this line 92 of ivtv-streams: IVTV_KERN_INFO("Create %sstream %d using %d %d byte buffers "
                              " %d kbytes total\n",
                              dma != PCI_DMA_NONE ? "DMA " : "",
                              streamtype, (buffers / bufsize), bufsize,
                              s->buf_min);

Shouldn't those last 2 lines be more like
                           buffers, buffsize,
                           buffers * buffsize);
s->buf_min shouldn't be defined until right after the print statement, unless this functuion is called multiple times per streamtype, right?


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to