aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-07-26 08:02:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-13 16:29:07 -0300
commite9a50e4c2dd8ca871c20480e49125ef67da84722 (patch)
treed9cc020b0479d2de5a9abbccb2ffe0990bef4481 /include/media
parent[media] mt9v032: Provide pixel rate control (diff)
downloadlinux-dev-e9a50e4c2dd8ca871c20480e49125ef67da84722.tar.xz
linux-dev-e9a50e4c2dd8ca871c20480e49125ef67da84722.zip
[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.h3
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 {
unsigned int clk_pol:1;
void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate);
+
+ const s64 *link_freqs;
+ s64 link_def_freq;
};
#endif