]> 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)
commit6c7b84746be14b4e141941ef30d50597d93196fa
tree9d5fab606313ebc052cae69351448427b79aec62
parentda9e28bff78dd0b2c8b9715eab63856a745ff13d
[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