diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2011-03-11 17:00:56 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 15:37:59 -0400 |
commit | 99cd47bc733436da282016e629eef6baa0f6047c (patch) | |
tree | 7f210a24e38d65a1a44a2405c7fa59af9460a062 /include/media | |
parent | dfddb2441f39e8c0254504516be35b854addf6fa (diff) |
[media] v4l2-ioctl: add priority handling support
Drivers that use v4l2_fh can now use the core framework support of g/s_priority.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index 1572c7f25777..dd9f1e7b8ff7 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -270,7 +270,7 @@ struct v4l2_ioctl_ops { | |||
270 | 270 | ||
271 | /* For other private ioctls */ | 271 | /* For other private ioctls */ |
272 | long (*vidioc_default) (struct file *file, void *fh, | 272 | long (*vidioc_default) (struct file *file, void *fh, |
273 | int cmd, void *arg); | 273 | bool valid_prio, int cmd, void *arg); |
274 | }; | 274 | }; |
275 | 275 | ||
276 | 276 | ||