From 580ffb2d8cec4aed9b0acb5a704408d867cf70cd Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 29 Feb 2012 22:17:31 +0100 Subject: omap3isp: Support capture of multiple snapshots Signed-off-by: Laurent Pinchart --- isp/omap3isp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isp/omap3isp.h') diff --git a/isp/omap3isp.h b/isp/omap3isp.h index d454965..4e0588f 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -47,7 +47,7 @@ struct omap3_isp_operations { void (*prepare_streamon)(struct omap3_isp_device *isp); void (*viewfinder_ready)(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); - void (*snapshot_ready)(struct omap3_isp_device *isp, + bool (*snapshot_ready)(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); void (*watch_fd)(int fd, enum omap3_isp_event_type type, void(*callback)(void *priv), void *priv); -- cgit v1.2.3