diff options
author | Andy Walls <awalls@radix.net> | 2009-02-01 19:42:12 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:38 -0400 |
commit | 776fa869883e60a065df13e73252344477c8e1aa (patch) | |
tree | fc02abc35163d8494345a53253b9984cf3d73b86 /drivers/media/video/cx18/cx18-driver.h | |
parent | 302df9702192a68578916ef922c33370cbba350d (diff) |
V4L/DVB (10440): cx18: Fix presentation timestamp (PTS) for VBI buffers
The old code from ivtv used a CX23415/6 PTS, which was simply left at 0 in the
cx18 driver. Since the CX23418 gives us what I think is a PTS (or some other
90 kHz clock count) with each VBI buffer, this change has the cx18 driver use
that as a PTS.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index a41d9c4178f0..c9b6df50ab27 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -293,7 +293,6 @@ struct cx18_stream { | |||
293 | int dma; /* can be PCI_DMA_TODEVICE, | 293 | int dma; /* can be PCI_DMA_TODEVICE, |
294 | PCI_DMA_FROMDEVICE or | 294 | PCI_DMA_FROMDEVICE or |
295 | PCI_DMA_NONE */ | 295 | PCI_DMA_NONE */ |
296 | u64 dma_pts; | ||
297 | wait_queue_head_t waitq; | 296 | wait_queue_head_t waitq; |
298 | 297 | ||
299 | /* Buffer Stats */ | 298 | /* Buffer Stats */ |