diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-07-05 05:37:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 19:23:05 -0400 |
commit | 82b655bfc32b793344ef0ddd46df8af8b98b55c7 (patch) | |
tree | ebc3479357b9909b8c76f3867322ad3592d69c12 /include/media/v4l2-ioctl.h | |
parent | 3d687b49ff085b325488e7aeb2ee4df99dd7ca6e (diff) |
[media] v4l2: add core support for the new VIDIOC_ENUM_FREQ_BANDS ioctl
This adds the usual core support code for this new ioctl.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/v4l2-ioctl.h')
-rw-r--r-- | include/media/v4l2-ioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index 19e93523c2d8..e614c9c15e56 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -230,6 +230,8 @@ struct v4l2_ioctl_ops { | |||
230 | struct v4l2_frequency *a); | 230 | struct v4l2_frequency *a); |
231 | int (*vidioc_s_frequency) (struct file *file, void *fh, | 231 | int (*vidioc_s_frequency) (struct file *file, void *fh, |
232 | struct v4l2_frequency *a); | 232 | struct v4l2_frequency *a); |
233 | int (*vidioc_enum_freq_bands) (struct file *file, void *fh, | ||
234 | struct v4l2_frequency_band *band); | ||
233 | 235 | ||
234 | /* Sliced VBI cap */ | 236 | /* Sliced VBI cap */ |
235 | int (*vidioc_g_sliced_vbi_cap) (struct file *file, void *fh, | 237 | int (*vidioc_g_sliced_vbi_cap) (struct file *file, void *fh, |