summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv-vbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/bttv-vbi.c')
-rw-r--r--linux/drivers/media/video/bttv-vbi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-vbi.c b/linux/drivers/media/video/bttv-vbi.c
index 5dcbfd854..77365b45f 100644
--- a/linux/drivers/media/video/bttv-vbi.c
+++ b/linux/drivers/media/video/bttv-vbi.c
@@ -1,5 +1,5 @@
/*
- $Id: bttv-vbi.c,v 1.4 2004/09/23 13:58:19 kraxel Exp $
+ $Id: bttv-vbi.c,v 1.5 2004/10/06 17:30:51 kraxel Exp $
bttv - Bt848 frame grabber driver
vbi interface
@@ -117,8 +117,8 @@ vbi_buffer_queue(void *priv, struct videobuf_buffer *vb)
buf->vb.state = STATE_QUEUED;
list_add_tail(&buf->vb.queue,&btv->vcapture);
if (NULL == btv->cvbi) {
- fh->btv->curr.irqflags |= 4;
- bttv_set_dma(btv,0x0c,fh->btv->curr.irqflags);
+ fh->btv->loop_irq |= 4;
+ bttv_set_dma(btv,0x0c);
}
}