diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-27 05:54:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-18 19:50:09 -0400 |
commit | 6aeec0eacd3c6ac259e38d95a9398ac258470b4c (patch) | |
tree | a86c367c6d09bb7bc1dd416bbb6b2683c9288daf /include/linux/videodev2.h | |
parent | 1884e298c1790a24991c518a8cb8f18ab41f4376 (diff) |
[media] videodev2.h: add new hwseek capability bits
Tell the application whether the hardware seek is bounded and/or wraps around.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 370d11106c11..2339678de092 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -2039,6 +2039,8 @@ struct v4l2_modulator { | |||
2039 | /* Flags for the 'capability' field */ | 2039 | /* Flags for the 'capability' field */ |
2040 | #define V4L2_TUNER_CAP_LOW 0x0001 | 2040 | #define V4L2_TUNER_CAP_LOW 0x0001 |
2041 | #define V4L2_TUNER_CAP_NORM 0x0002 | 2041 | #define V4L2_TUNER_CAP_NORM 0x0002 |
2042 | #define V4L2_TUNER_CAP_HWSEEK_BOUNDED 0x0004 | ||
2043 | #define V4L2_TUNER_CAP_HWSEEK_WRAP 0x0008 | ||
2042 | #define V4L2_TUNER_CAP_STEREO 0x0010 | 2044 | #define V4L2_TUNER_CAP_STEREO 0x0010 |
2043 | #define V4L2_TUNER_CAP_LANG2 0x0020 | 2045 | #define V4L2_TUNER_CAP_LANG2 0x0020 |
2044 | #define V4L2_TUNER_CAP_SAP 0x0020 | 2046 | #define V4L2_TUNER_CAP_SAP 0x0020 |