]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/cx88/cx88-mpeg.c
V4L/DVB (6083): cx88-alsa: Rework buffer handling
[linux-2.6-omap-h63xx.git] / drivers / media / video / cx88 / cx88-mpeg.c
index 6ece35b5fc836eae35e6a9d3c92376d99d7ed198..4e6a84f15d1706503c3835134a8302a2692db166 100644 (file)
@@ -253,7 +253,7 @@ int cx8802_buf_prepare(struct videobuf_queue *q, struct cx8802_dev *dev,
                        goto fail;
                cx88_risc_databuffer(dev->pci, &buf->risc,
                                     buf->vb.dma.sglist,
-                                    buf->vb.width, buf->vb.height);
+                                    buf->vb.width, buf->vb.height, 0);
        }
        buf->vb.state = STATE_PREPARED;
        return 0;