summaryrefslogtreecommitdiff
path: root/include/linux/media.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-04-14 02:47:59 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-11-19 22:37:12 +0200
commit1459930de57920b5161fee2662f9604de91b9de5 (patch)
tree346477f64047d58ad4b57fca551bbbf83644fa1f /include/linux/media.h
parent9bc6041f58e175d5d75886f2f5585c31049e995a (diff)
include: linux: Add V4L2 subdev internal routing API
The V4L2 subdev internal routing API is under development. Add it manually to the v4l2-subdev.h kernel header for now. The code corresponds to "[PATCH v6 00/24] v4l: subdev internal routing" as ported to the linux-media mailing list. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/linux/media.h')
-rw-r--r--include/linux/media.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/media.h b/include/linux/media.h
index 17432318..41c30ca4 100644
--- a/include/linux/media.h
+++ b/include/linux/media.h
@@ -207,6 +207,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)
+#define MEDIA_PAD_FL_MULTIPLEXED (1 << 3)
struct media_pad_desc {
__u32 entity; /* entity ID */