diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-06-16 16:02:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:10 -0400 |
commit | 47fd3ba9fc62d23a985f4969719c3091438d21c5 (patch) | |
tree | 3655a1c1c90cbd6940398094cd79dc06f9dc4e28 /drivers/media/video/ivtv/ivtv-driver.h | |
parent | 27b5a3957a205bcaa07952ed27981f69b2b2f764 (diff) |
V4L/DVB (5769): Ivtv: fix broken VBI output support
The old service_set_out setting was still tested, even though it no longer
was ever set and was in fact obsolete. This meant that everything that was
written to /dev/vbi16 was ignored. Removed the service_set_out variable
altogether and now it works again.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index e6e56f175f3f..48afd4270cbf 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h | |||
@@ -650,7 +650,6 @@ struct vbi_info { | |||
650 | /* convenience pointer to sliced struct in vbi_in union */ | 650 | /* convenience pointer to sliced struct in vbi_in union */ |
651 | struct v4l2_sliced_vbi_format *sliced_in; | 651 | struct v4l2_sliced_vbi_format *sliced_in; |
652 | u32 service_set_in; | 652 | u32 service_set_in; |
653 | u32 service_set_out; | ||
654 | int insert_mpeg; | 653 | int insert_mpeg; |
655 | 654 | ||
656 | /* Buffer for the maximum of 2 * 18 * packet_size sliced VBI lines. | 655 | /* Buffer for the maximum of 2 * 18 * packet_size sliced VBI lines. |