diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-ctrls.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index 8920f8210eab..c6f6b4c2c5f2 100644 --- a/include/media/v4l2-ctrls.h +++ b/include/media/v4l2-ctrls.h | |||
@@ -491,10 +491,9 @@ s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl); | |||
491 | int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val); | 491 | int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val); |
492 | 492 | ||
493 | /* Internal helper functions that deal with control events. */ | 493 | /* Internal helper functions that deal with control events. */ |
494 | void v4l2_ctrl_add_event(struct v4l2_ctrl *ctrl, | 494 | extern const struct v4l2_subscribed_event_ops v4l2_ctrl_sub_ev_ops; |
495 | struct v4l2_subscribed_event *sev); | 495 | void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new); |
496 | void v4l2_ctrl_del_event(struct v4l2_ctrl *ctrl, | 496 | void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new); |
497 | struct v4l2_subscribed_event *sev); | ||
498 | 497 | ||
499 | struct file; | 498 | struct file; |
500 | /* Can be used as a vidioc_log_status function that just dumps all controls | 499 | /* Can be used as a vidioc_log_status function that just dumps all controls |