[media] media: add a common struct to be embed on media graph objects
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 25 Aug 2015 13:28:36 +0000 (10:28 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 11 Jan 2016 14:18:41 +0000 (12:18 -0200)
commitec6e4c950621a1d0db1e9b015ede4a3938fdfd18
tree9d5fab606313ebc052cae69351448427b79aec62
parente0077cfdee9d249d3f85b9c7efd9e49d218093c8
[media] media: add a common struct to be embed on media graph objects

Due to the MC API proposed changes, we'll need to have an unique
object ID for all graph objects, and have some shared fields
that will be common on all media graph objects.

Right now, the only common object is the object ID, but other
fields will be added later on.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/media-entity.c
include/media/media-entity.h