summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorSakari Ailus2013-10-13 12:58:43 +0200
committerMauro Carvalho Chehab2013-12-04 17:59:20 +0100
commitd0700c5175b0684c9935ca57deae733c2758667c (patch)
tree50e71c8af152a6aae9835ef4f557623dc3184e4d /include/uapi
parent[media] v4l: omap4iss: Implement VIDIOC_S_INPUT (diff)
downloadkernel-qcow2-linux-d0700c5175b0684c9935ca57deae733c2758667c.tar.gz
kernel-qcow2-linux-d0700c5175b0684c9935ca57deae733c2758667c.tar.xz
kernel-qcow2-linux-d0700c5175b0684c9935ca57deae733c2758667c.zip
[media] media: Add pad flag MEDIA_PAD_FL_MUST_CONNECT
Pads that set this flag must be connected by an active link for the entity to stream. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/media.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h
index ed49574ad757..d847c760e8f0 100644
--- a/include/uapi/linux/media.h
+++ b/include/uapi/linux/media.h
@@ -98,6 +98,7 @@ struct media_entity_desc {
#define MEDIA_PAD_FL_SINK (1 << 0)
#define MEDIA_PAD_FL_SOURCE (1 << 1)
+#define MEDIA_PAD_FL_MUST_CONNECT (1 << 2)
struct media_pad_desc {
__u32 entity; /* entity ID */