From 879982243998d6ebf7e7ac4e79b2cfc7371aeda2 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Fri, 7 Oct 2011 18:38:06 +0300 Subject: Add link to media_device from the media_entity This makes it possible to obtain the media device an entity belongs to. Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart --- src/mediactl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mediactl.h') diff --git a/src/mediactl.h b/src/mediactl.h index 65ad890..fbd7813 100644 --- a/src/mediactl.h +++ b/src/mediactl.h @@ -38,6 +38,7 @@ struct media_pad { }; struct media_entity { + struct media_device *media; struct media_entity_desc info; struct media_pad *pads; struct media_link *links; -- cgit v1.2.3