diff options
author | Tobias Lorenz <tobias.lorenz@gmx.net> | 2008-05-26 17:40:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:07:12 -0400 |
commit | 1d0ba5f3784612fe6e91a12e0dec37c797d4f07c (patch) | |
tree | 8e05b0fc73664285504c4319892c842a78d6b63d /include/media | |
parent | f90fe7a3f7fcba0abd89ce0978628ef1d86ecbf9 (diff) |
V4L/DVB (7942): Hardware frequency seek ioctl interface
Signed-off-by: Tobias Lorenz <tobias.lorenz@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index 859f7a6f6f67..53b651ac685a 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -306,6 +306,8 @@ struct video_device | |||
306 | /* Log status ioctl */ | 306 | /* Log status ioctl */ |
307 | int (*vidioc_log_status) (struct file *file, void *fh); | 307 | int (*vidioc_log_status) (struct file *file, void *fh); |
308 | 308 | ||
309 | int (*vidioc_s_hw_freq_seek) (struct file *file, void *fh, | ||
310 | struct v4l2_hw_freq_seek *a); | ||
309 | 311 | ||
310 | /* Debugging ioctls */ | 312 | /* Debugging ioctls */ |
311 | #ifdef CONFIG_VIDEO_ADV_DEBUG | 313 | #ifdef CONFIG_VIDEO_ADV_DEBUG |