diff options
author | Antti Palosaari <crope@iki.fi> | 2013-12-11 18:27:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-05 12:15:08 -0500 |
commit | 67f9a11759d7d382d79774cf16c0bf6cb87dc4f0 (patch) | |
tree | 745dc7bc251e1947b34bf89b0882c964ba727504 | |
parent | 84099a282e1ba0facf7eee5108031a8f38f4b4fe (diff) |
[media] v4l: 1 Hz resolution flag for tuners
Add V4L2_TUNER_CAP_1HZ for 1 Hz resolution.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | include/uapi/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 9dc79d104d65..1cf20765482e 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
@@ -1341,6 +1341,7 @@ struct v4l2_modulator { | |||
1341 | #define V4L2_TUNER_CAP_RDS_CONTROLS 0x0200 | 1341 | #define V4L2_TUNER_CAP_RDS_CONTROLS 0x0200 |
1342 | #define V4L2_TUNER_CAP_FREQ_BANDS 0x0400 | 1342 | #define V4L2_TUNER_CAP_FREQ_BANDS 0x0400 |
1343 | #define V4L2_TUNER_CAP_HWSEEK_PROG_LIM 0x0800 | 1343 | #define V4L2_TUNER_CAP_HWSEEK_PROG_LIM 0x0800 |
1344 | #define V4L2_TUNER_CAP_1HZ 0x1000 | ||
1344 | 1345 | ||
1345 | /* Flags for the 'rxsubchans' field */ | 1346 | /* Flags for the 'rxsubchans' field */ |
1346 | #define V4L2_TUNER_SUB_MONO 0x0001 | 1347 | #define V4L2_TUNER_SUB_MONO 0x0001 |