diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-01-09 15:21:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 15:21:37 -0500 |
commit | 5b0fa4fff17d944b6a0d4cb35d8e8b5ad0ac3669 (patch) | |
tree | 1e31c64267ffabe37c733a00e09b91ba4453651a /include/media/saa7146_vv.h | |
parent | d312a46e5340be6a89c662ac483230c0737148c9 (diff) |
V4L/DVB (3325): WSS output interface for av7110
- Implemented v4l2 api for sliced vbi data output
to pass WSS data from userspace to the av7110
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'include/media/saa7146_vv.h')
-rw-r--r-- | include/media/saa7146_vv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h index 16af9299315f..e5e749e984ee 100644 --- a/include/media/saa7146_vv.h +++ b/include/media/saa7146_vv.h | |||
@@ -178,6 +178,8 @@ struct saa7146_ext_vv | |||
178 | 178 | ||
179 | struct saa7146_extension_ioctls *ioctls; | 179 | struct saa7146_extension_ioctls *ioctls; |
180 | int (*ioctl)(struct saa7146_fh*, unsigned int cmd, void *arg); | 180 | int (*ioctl)(struct saa7146_fh*, unsigned int cmd, void *arg); |
181 | |||
182 | struct file_operations vbi_fops; | ||
181 | }; | 183 | }; |
182 | 184 | ||
183 | struct saa7146_use_ops { | 185 | struct saa7146_use_ops { |