From 06013a66758e7c8e83dba4f81a92682c53a93d41 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 21 Oct 2010 16:37:07 +0200 Subject: Update to the latest media kernel API The media kernel API has seen many changes during the review process, update the media-ctl application accordingly. Signed-off-by: Laurent Pinchart --- media.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media.h') diff --git a/media.h b/media.h index bd8162d..9a77fac 100644 --- a/media.h +++ b/media.h @@ -30,12 +30,12 @@ struct media_entity_link { struct media_entity_pad { struct media_entity *entity; - __u32 type; __u32 index; + __u32 flags; }; struct media_entity { - struct media_user_entity info; + struct media_entity_desc info; struct media_entity_pad *pads; struct media_entity_link *links; -- cgit v1.2.3