diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-07-26 07:02:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-13 15:29:07 -0400 |
commit | e9a50e4c2dd8ca871c20480e49125ef67da84722 (patch) | |
tree | d9cc020b0479d2de5a9abbccb2ffe0990bef4481 /include/media | |
parent | 41a33a00e82a897f973a98355e43e78efaa292e1 (diff) |
[media] mt9v032: Provide link frequency control
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/mt9v032.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/mt9v032.h b/include/media/mt9v032.h index 5e27f9be6b95..78fd39eac219 100644 --- a/include/media/mt9v032.h +++ b/include/media/mt9v032.h | |||
@@ -7,6 +7,9 @@ struct mt9v032_platform_data { | |||
7 | unsigned int clk_pol:1; | 7 | unsigned int clk_pol:1; |
8 | 8 | ||
9 | void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate); | 9 | void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate); |
10 | |||
11 | const s64 *link_freqs; | ||
12 | s64 link_def_freq; | ||
10 | }; | 13 | }; |
11 | 14 | ||
12 | #endif | 15 | #endif |