commit | 05bfa9fa1cda91953e1b5975b059542b83c5245c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Aug 23 07:51:33 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Jan 11 12:18:53 2016 -0200 |
tree | 973b1eaea741c5b5205d263dff055fb02f090dce | |
parent | cf975a4b40ec9a947dae614b23128f3984a2d324 [diff] |
[media] media: move mdev list init to gobj Let's control the topology changes inside the graph_object. So, move the addition and removal of interfaces/entities from the mdev lists to media_gobj_init() and media_gobj_remove(). The main reason is that mdev should have lists for all object types, as the new MC api will require to store objects in separate places. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>