diff options
author | Andy Walls <awalls@radix.net> | 2008-11-18 23:24:33 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:38:10 -0500 |
commit | bca11a5721917d6d5874571813673a2669ffec4b (patch) | |
tree | a2202bdf236804a123175b12585f4aae4fdc58d7 /drivers/media/video/cx18/cx18-driver.h | |
parent | d6c7e5f8faad080e75bace5c4f2265e3513e3510 (diff) |
V4L/DVB (9726): cx18: Restore buffers that have fallen out of the transfer rotation
Restore buffers that have fallen out of the transfer rotation, and check
for coherent mailbox data when processing a stale mailbox.
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, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index cad352aeb837..f06290d32ecf 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -212,6 +212,7 @@ struct cx18_buffer { | |||
212 | dma_addr_t dma_handle; | 212 | dma_addr_t dma_handle; |
213 | u32 id; | 213 | u32 id; |
214 | unsigned long b_flags; | 214 | unsigned long b_flags; |
215 | unsigned skipped; | ||
215 | char *buf; | 216 | char *buf; |
216 | 217 | ||
217 | u32 bytesused; | 218 | u32 bytesused; |