Re: [PATCH 2/3] omap3isp: preview: Replace the crop API by the selection API

2012-05-01 Thread Sakari Ailus
Thanks! On Sun, Apr 29, 2012 at 06:23:44PM +0200, Laurent Pinchart wrote: > Support for the legacy crop API is emulated in the subdev core. > > Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi jabber/XMPP/Gmail: sai...@retiisi.org.uk -- T

[PATCH 2/3] omap3isp: preview: Replace the crop API by the selection API

2012-04-29 Thread Laurent Pinchart
Support for the legacy crop API is emulated in the subdev core. Signed-off-by: Laurent Pinchart --- drivers/media/video/omap3isp/isppreview.c | 74 + 1 files changed, 54 insertions(+), 20 deletions(-) diff --git a/drivers/media/video/omap3isp/isppreview.c b/driver