]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit135574d88458e13dcc5dc91be6d2394160d3e821
tree9d5fab606313ebc052cae69351448427b79aec62
parent7fbd035ee61a14c83f4cf089c326bae67f35823c
[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