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>
This commit is contained in:
parent
f90fe7a3f7
commit
1d0ba5f378
4 changed files with 25 additions and 0 deletions
|
@ -306,6 +306,8 @@ struct video_device
|
|||
/* Log status ioctl */
|
||||
int (*vidioc_log_status) (struct file *file, void *fh);
|
||||
|
||||
int (*vidioc_s_hw_freq_seek) (struct file *file, void *fh,
|
||||
struct v4l2_hw_freq_seek *a);
|
||||
|
||||
/* Debugging ioctls */
|
||||
#ifdef CONFIG_VIDEO_ADV_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue