aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-01-23 14:11:08 -0500
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-23 14:11:08 -0500
commit12db56071b473a59c550d0aa70db6972a49d73af (patch)
treefabe596b7da982788959caaa04d6e8d4598d8da7 /include/media
parent4d0dddb10723cee2b3048bd2389673703bc228e4 (diff)
V4L/DVB (3420): Added iocls to configure VBI on tvp5150
- Added iocls to configure VBI on tvp5150 Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h
index d4030a7e16e0..11728daf0096 100644
--- a/include/media/v4l2-common.h
+++ b/include/media/v4l2-common.h
@@ -160,7 +160,8 @@ struct msp_matrix {
160 160
161/* Used to generate VBI signals on a video signal. v4l2_sliced_vbi_data is 161/* Used to generate VBI signals on a video signal. v4l2_sliced_vbi_data is
162 filled with the data packets that should be output. Note that if you set 162 filled with the data packets that should be output. Note that if you set
163 the line field to 0, then that VBI signal is disabled. */ 163 the line field to 0, then that VBI signal is disabled. If no
164 valid VBI data was found, then the type field is set to 0 on return. */
164#define VIDIOC_INT_S_VBI_DATA _IOW ('d', 105, struct v4l2_sliced_vbi_data) 165#define VIDIOC_INT_S_VBI_DATA _IOW ('d', 105, struct v4l2_sliced_vbi_data)
165 166
166/* Used to obtain the sliced VBI packet from a readback register. Not all 167/* Used to obtain the sliced VBI packet from a readback register. Not all