From 26d813ea6fb9a274a1505ddb981a517c33d94e19 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 14 Oct 2011 12:10:14 +0200 Subject: omap3isp: Retrieve media device information in media_open() Signed-off-by: Laurent Pinchart --- isp/media.h | 1 + 1 file changed, 1 insertion(+) (limited to 'isp/media.h') diff --git a/isp/media.h b/isp/media.h index 7940915..81031e0 100644 --- a/isp/media.h +++ b/isp/media.h @@ -51,6 +51,7 @@ struct media_entity { struct media_device { int fd; + struct media_device_info info; struct media_entity *entities; unsigned int entities_count; }; -- cgit v1.2.3