diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-07-26 08:02:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-13 16:29:07 -0300 |
commit | e9a50e4c2dd8ca871c20480e49125ef67da84722 (patch) | |
tree | d9cc020b0479d2de5a9abbccb2ffe0990bef4481 /include/media | |
parent | 41a33a00e82a897f973a98355e43e78efaa292e1 (diff) | |
download | op-kernel-dev-e9a50e4c2dd8ca871c20480e49125ef67da84722.zip op-kernel-dev-e9a50e4c2dd8ca871c20480e49125ef67da84722.tar.gz |
[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 5e27f9b..78fd39e 100644 --- a/include/media/mt9v032.h +++ b/include/media/mt9v032.h @@ -7,6 +7,9 @@ struct mt9v032_platform_data { unsigned int clk_pol:1; void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate); + + const s64 *link_freqs; + s64 link_def_freq; }; #endif |