diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-10 15:59:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:28 -0400 |
commit | d46c17d7aa12e30b612acae35535fcd64f2db3d6 (patch) | |
tree | bf26772f7ae285baa938f77eae98d0b337f9af5f /drivers/media/video/ivtv/ivtv-driver.h | |
parent | a542fe47fe3f758e47d71640e7ca328c032a13e1 (diff) |
V4L/DVB (5410): Add VIDIOC_G/S_PRIORITY support to ivtv.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index 1b2f7a6d311e..ce28923a5c9c 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h | |||
@@ -502,6 +502,7 @@ struct ivtv_stream { | |||
502 | struct ivtv_open_id { | 502 | struct ivtv_open_id { |
503 | u32 open_id; | 503 | u32 open_id; |
504 | int type; | 504 | int type; |
505 | enum v4l2_priority prio; | ||
505 | struct ivtv *itv; | 506 | struct ivtv *itv; |
506 | }; | 507 | }; |
507 | 508 | ||
@@ -732,6 +733,7 @@ struct ivtv { | |||
732 | u32 base_addr; | 733 | u32 base_addr; |
733 | u32 irqmask; | 734 | u32 irqmask; |
734 | 735 | ||
736 | struct v4l2_prio_state prio; | ||
735 | struct workqueue_struct *irq_work_queues; | 737 | struct workqueue_struct *irq_work_queues; |
736 | struct work_struct irq_work_queue; | 738 | struct work_struct irq_work_queue; |
737 | struct timer_list dma_timer; /* Timer used to catch unfinished DMAs */ | 739 | struct timer_list dma_timer; /* Timer used to catch unfinished DMAs */ |