diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-15 13:19:33 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-24 12:38:33 -0400 |
commit | 6c2afac434f00267c484239ad9210c1a075e7f16 (patch) | |
tree | 79120f5bd574cd1e6eb2ddd450984ed3e337e704 /include/media | |
parent | 2d80647b6ebd2db6ef1df5e4e3319afd8867580c (diff) |
[media] v4l2-subdev: remove obsolete dv_preset ops
These ops are no longer used, so it's time to remove them.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-subdev.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index c42703a37602..5298d678d0f3 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -279,14 +279,6 @@ struct v4l2_mbus_frame_desc { | |||
279 | s_routing: see s_routing in audio_ops, except this version is for video | 279 | s_routing: see s_routing in audio_ops, except this version is for video |
280 | devices. | 280 | devices. |
281 | 281 | ||
282 | s_dv_preset: set dv (Digital Video) preset in the sub device. Similar to | ||
283 | s_std() | ||
284 | |||
285 | g_dv_preset: get current dv (Digital Video) preset in the sub device. | ||
286 | |||
287 | query_dv_preset: query dv preset in the sub device. This is similar to | ||
288 | querystd() | ||
289 | |||
290 | s_dv_timings(): Set custom dv timings in the sub device. This is used | 282 | s_dv_timings(): Set custom dv timings in the sub device. This is used |
291 | when sub device is capable of setting detailed timing information | 283 | when sub device is capable of setting detailed timing information |
292 | in the hardware to generate/detect the video signal. | 284 | in the hardware to generate/detect the video signal. |
@@ -331,14 +323,6 @@ struct v4l2_subdev_video_ops { | |||
331 | struct v4l2_subdev_frame_interval *interval); | 323 | struct v4l2_subdev_frame_interval *interval); |
332 | int (*enum_framesizes)(struct v4l2_subdev *sd, struct v4l2_frmsizeenum *fsize); | 324 | int (*enum_framesizes)(struct v4l2_subdev *sd, struct v4l2_frmsizeenum *fsize); |
333 | int (*enum_frameintervals)(struct v4l2_subdev *sd, struct v4l2_frmivalenum *fival); | 325 | int (*enum_frameintervals)(struct v4l2_subdev *sd, struct v4l2_frmivalenum *fival); |
334 | int (*enum_dv_presets) (struct v4l2_subdev *sd, | ||
335 | struct v4l2_dv_enum_preset *preset); | ||
336 | int (*s_dv_preset)(struct v4l2_subdev *sd, | ||
337 | struct v4l2_dv_preset *preset); | ||
338 | int (*g_dv_preset)(struct v4l2_subdev *sd, | ||
339 | struct v4l2_dv_preset *preset); | ||
340 | int (*query_dv_preset)(struct v4l2_subdev *sd, | ||
341 | struct v4l2_dv_preset *preset); | ||
342 | int (*s_dv_timings)(struct v4l2_subdev *sd, | 326 | int (*s_dv_timings)(struct v4l2_subdev *sd, |
343 | struct v4l2_dv_timings *timings); | 327 | struct v4l2_dv_timings *timings); |
344 | int (*g_dv_timings)(struct v4l2_subdev *sd, | 328 | int (*g_dv_timings)(struct v4l2_subdev *sd, |