diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-10-20 20:49:07 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-10-20 21:05:46 +0200 |
commit | 1922132a4facf53e71855fb3624ab29da99a6fe3 (patch) | |
tree | 918d8e20962db8a811108db6f0be8d81e783b1a7 /isp/controls.h | |
parent | 7e62380de5584b9edbd61048f5b16e521e893eeb (diff) |
isp: Emulate global gain for sensors that only expose color gains
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/controls.h')
-rw-r--r-- | isp/controls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isp/controls.h b/isp/controls.h index 6c7f74e..29bdd48 100644 --- a/isp/controls.h +++ b/isp/controls.h @@ -25,5 +25,6 @@ struct omap3_isp_device; int omap3_isp_preview_setup(struct omap3_isp_device *isp); +int omap3_isp_sensor_init(struct omap3_isp_device *isp); #endif /* __OMAP3ISP_CONTROLS_H */ |