diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-23 08:28:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-01-11 12:18:53 -0200 |
commit | c398bb6441949bd1f2acf5072116ecba143df03b (patch) | |
tree | 3273d895f4f5d7f1d9cd6d39d69868e7c3ee83db /include/media | |
parent | 6c24d4602ebee64128f29944d776c19d4d53fb54 (diff) | |
download | blackbird-obmc-linux-c398bb6441949bd1f2acf5072116ecba143df03b.tar.gz blackbird-obmc-linux-c398bb6441949bd1f2acf5072116ecba143df03b.zip |
[media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl
Add a new ioctl that will report the entire topology on
one go.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/media-entity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h index 5171e3c1c71a..dbc4da450fc2 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@ -181,6 +181,8 @@ struct media_interface { */ struct media_intf_devnode { struct media_interface intf; + + /* Should match the fields at media_v2_intf_devnode */ u32 major; u32 minor; }; |