diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-06-29 13:54:59 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2012-06-29 13:54:59 +0200 |
commit | 491c567c4c558f45932dbf84648da10cbdf0ec94 (patch) | |
tree | 2ad009f1a5e9c582cf93ab45edb9031b62393da3 /include | |
parent | 7d84274c6c878b46f492c8806581caffe89d8197 (diff) |
videodev2.h: copy the latest version from the kernel.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/videodev2.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 20fd2e75..f79d0cc5 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -2048,7 +2048,6 @@ struct v4l2_modulator { #define V4L2_TUNER_CAP_RDS 0x0080 #define V4L2_TUNER_CAP_RDS_BLOCK_IO 0x0100 #define V4L2_TUNER_CAP_RDS_CONTROLS 0x0200 -#define V4L2_TUNER_CAP_HAS_BANDS 0x0400 /* Flags for the 'rxsubchans' field */ #define V4L2_TUNER_SUB_MONO 0x0001 @@ -2073,16 +2072,6 @@ struct v4l2_frequency { __u32 reserved[8]; }; -struct v4l2_frequency_band { - __u32 tuner; - __u32 index; - __u8 name[32]; - __u32 capability; - __u32 rangelow; - __u32 rangehigh; - __u32 reserved[7]; -}; - struct v4l2_hw_freq_seek { __u32 tuner; __u32 type; /* enum v4l2_tuner_type */ @@ -2657,10 +2646,6 @@ struct v4l2_create_buffers { #define VIDIOC_QUERY_DV_TIMINGS _IOR('V', 99, struct v4l2_dv_timings) #define VIDIOC_DV_TIMINGS_CAP _IOWR('V', 100, struct v4l2_dv_timings_cap) -/* Experimental, this ioctl may change over the next couple of kernel - versions. */ -#define VIDIOC_ENUM_FREQ_BANDS _IOWR('V', 101, struct v4l2_frequency_band) - /* Reminder: when adding new ioctls please add support for them to drivers/media/video/v4l2-compat-ioctl32.c as well! */ |