diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-10-21 16:37:07 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-10-21 16:37:07 +0200 |
commit | 06013a66758e7c8e83dba4f81a92682c53a93d41 (patch) | |
tree | 0ca61c7c60d0ecb110907dd5fcb064eedf0be4f7 /media.h | |
parent | 33429a037a687d6a2786edfbf6d5093bfec0b987 (diff) |
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'media.h')
-rw-r--r-- | media.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |