From dfb9afd9ee426993f459068acc2c891faca64888 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 8 Feb 2012 00:59:48 +0100 Subject: controls: Add support for sensor gain Support setting the global sensor gain. Signed-off-by: Laurent Pinchart --- isp/omap3isp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'isp/omap3isp.h') diff --git a/isp/omap3isp.h b/isp/omap3isp.h index 23a5577..db1002e 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -86,6 +86,7 @@ int omap3_isp_sensor_get_exposure(struct omap3_isp_device *isp, unsigned int *exposure); int omap3_isp_sensor_set_exposure(struct omap3_isp_device *isp, unsigned int exposure); +int omap3_isp_sensor_set_gain(struct omap3_isp_device *isp, unsigned int gain); int omap3_isp_sensor_set_gains(struct omap3_isp_device *isp, unsigned int red, unsigned int green, unsigned int blue); -- cgit v1.2.3