diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-08 00:48:21 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-16 23:44:56 +0200 |
commit | 8c867710ea62e8f371246624621d2e8d84a773f6 (patch) | |
tree | 5ad6e4c67f9d37a0429e5381c91a33bc69f5434b /isp/omap3isp-priv.h | |
parent | da54993ac62ca19f1bff3b1bb2a035a637e75a60 (diff) |
controls: Add preview engine digital gain and white balance support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 4b3f1bd..e1ee179 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -23,6 +23,7 @@ #ifndef __OMAP3ISP_PRIV_H #define __OMAP3ISP_PRIV_H +#include <linux/omap3isp.h> #include <linux/v4l2-mediabus.h> #include "omap3isp.h" @@ -133,6 +134,7 @@ struct omap3_isp_device { } ccdc; struct { struct media_entity *entity; + struct omap3isp_prev_wbal wbal; } preview; struct v4l2_mbus_framefmt sensor_format; |