diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h index e9adef93e60a..779c27ea188e 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |||
@@ -153,6 +153,10 @@ struct pvr2_ctrl *pvr2_hdw_get_ctrl_by_id(struct pvr2_hdw *,unsigned int); | |||
153 | /* Retrieve a control handle given its V4L ID (if any) */ | 153 | /* Retrieve a control handle given its V4L ID (if any) */ |
154 | struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id); | 154 | struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id); |
155 | 155 | ||
156 | /* Retrieve a control handle given its immediate predecessor V4L ID (if any) */ | ||
157 | struct pvr2_ctrl *pvr2_hdw_get_ctrl_nextv4l(struct pvr2_hdw *, | ||
158 | unsigned int ctl_id); | ||
159 | |||
156 | /* Commit all control changes made up to this point */ | 160 | /* Commit all control changes made up to this point */ |
157 | int pvr2_hdw_commit_ctl(struct pvr2_hdw *); | 161 | int pvr2_hdw_commit_ctl(struct pvr2_hdw *); |
158 | 162 | ||