diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-06-16 17:02:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 14:24:10 -0300 |
commit | 47fd3ba9fc62d23a985f4969719c3091438d21c5 (patch) | |
tree | 3655a1c1c90cbd6940398094cd79dc06f9dc4e28 /drivers/media/video/ivtv/ivtv-driver.h | |
parent | 27b5a3957a205bcaa07952ed27981f69b2b2f764 (diff) | |
download | blackbird-obmc-linux-47fd3ba9fc62d23a985f4969719c3091438d21c5.tar.gz blackbird-obmc-linux-47fd3ba9fc62d23a985f4969719c3091438d21c5.zip |
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 { /* convenience pointer to sliced struct in vbi_in union */ struct v4l2_sliced_vbi_format *sliced_in; u32 service_set_in; - u32 service_set_out; int insert_mpeg; /* Buffer for the maximum of 2 * 18 * packet_size sliced VBI lines. |