[media] media: Links setup
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 9 Dec 2009 11:40:03 +0000 (08:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:53:16 +0000 (04:53 -0300)
commit97548ed4c4661502cdfd1aabd5d3876fa4f5cc2e
treec85b85954f53e3a97b6590de8d5d5396e7c43358
parent1651333b09743887bc2dd3d158a11853a2be3fe7
[media] media: Links setup

Create the following ioctl and implement it at the media device level to
setup links.

- MEDIA_IOC_SETUP_LINK: Modify the properties of a given link

The only property that can currently be modified is the ENABLED link
flag to enable/disable a link. Links marked with the IMMUTABLE link flag
can not be enabled or disabled.

Enabling or disabling a link has effects on entities' use count. Those
changes are automatically propagated through the graph.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/media-entities.tmpl
Documentation/DocBook/v4l/media-controller.xml
Documentation/DocBook/v4l/media-ioc-setup-link.xml [new file with mode: 0644]
Documentation/media-framework.txt
drivers/media/media-device.c
drivers/media/media-entity.c
include/linux/media.h
include/media/media-device.h
include/media/media-entity.h
This page took 0.026195 seconds and 5 git commands to generate.