[media] v4l2-dv-timings: export the timings list

Some drivers need to be able to access the full list of timings.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Hans Verkuil
2013-08-19 10:19:54 -03:00
committed by Mauro Carvalho Chehab
parent 074ca43f2f
commit d1c65ad6a4
2 changed files with 14 additions and 8 deletions

View File

@@ -23,6 +23,10 @@
#include <linux/videodev2.h>
/** v4l2_dv_timings_presets: list of all dv_timings presets.
*/
extern const struct v4l2_dv_timings v4l2_dv_timings_presets[];
/** v4l2_dv_valid_timings() - are these timings valid?
* @t: the v4l2_dv_timings struct.
* @cap: the v4l2_dv_timings_cap capabilities.