diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-10-14 12:10:14 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-10-14 13:10:50 +0200 |
commit | 26d813ea6fb9a274a1505ddb981a517c33d94e19 (patch) | |
tree | 55f3b518ba36205609e542e9aa5371d41825607a /isp/media.h | |
parent | a3480b99fe448d85581d7455a1d2346582a2b0c7 (diff) |
omap3isp: Retrieve media device information in media_open()
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/media.h')
-rw-r--r-- | isp/media.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |