diff options
author | Mats Randgaard <mats.randgaard@tandberg.com> | 2010-05-05 05:08:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 12:59:01 -0300 |
commit | 6003b5c7e6dd60b18e48d8cef513228fadaabf7a (patch) | |
tree | 20cf8536a5fc224c0fbdf6dc881f72e14d20f002 /include/media | |
parent | 6ea23bd0bbeeaf67bd57f2195d8d97af96072ea3 (diff) | |
download | linux-3.10-6003b5c7e6dd60b18e48d8cef513228fadaabf7a.tar.gz linux-3.10-6003b5c7e6dd60b18e48d8cef513228fadaabf7a.tar.bz2 linux-3.10-6003b5c7e6dd60b18e48d8cef513228fadaabf7a.zip |
V4L/DVB: v4l2-subdev.h: Add support for enum_dv_preset
The op enum_dv_preset was missing in this header but is needed by subdev
drivers with DV functionality.
Signed-off-by: Mats Randgaard <mats.randgaard@tandberg.com>
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-subdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 6232983f02d..a88889355ae 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h @@ -236,6 +236,8 @@ struct v4l2_subdev_video_ops { int (*s_parm)(struct v4l2_subdev *sd, struct v4l2_streamparm *param); int (*enum_framesizes)(struct v4l2_subdev *sd, struct v4l2_frmsizeenum *fsize); int (*enum_frameintervals)(struct v4l2_subdev *sd, struct v4l2_frmivalenum *fival); + int (*enum_dv_presets) (struct v4l2_subdev *sd, + struct v4l2_dv_enum_preset *preset); int (*s_dv_preset)(struct v4l2_subdev *sd, struct v4l2_dv_preset *preset); int (*query_dv_preset)(struct v4l2_subdev *sd, |