mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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>
This commit is contained in:
parent
84099a282e
commit
67f9a11759
1 changed files with 1 additions and 0 deletions
|
@ -1341,6 +1341,7 @@ struct v4l2_modulator {
|
|||
#define V4L2_TUNER_CAP_RDS_CONTROLS 0x0200
|
||||
#define V4L2_TUNER_CAP_FREQ_BANDS 0x0400
|
||||
#define V4L2_TUNER_CAP_HWSEEK_PROG_LIM 0x0800
|
||||
#define V4L2_TUNER_CAP_1HZ 0x1000
|
||||
|
||||
/* Flags for the 'rxsubchans' field */
|
||||
#define V4L2_TUNER_SUB_MONO 0x0001
|
||||
|
|
Loading…
Reference in a new issue