From 5d76dca72e7e311f2c5360d6b21b3b43d602f30c Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 18 Jan 2024 13:06:14 +0200 Subject: [DNI] include: linux: Update kernel headers to metadata API Update kernel headers to the rpi/v6.8/unicam/next branch at commit 1dfbc8d9a4e2. This pulls in the new V4L2 metadata API that is under development, and should not be merged in libcamera until the API stabilizes. Signed-off-by: Laurent Pinchart --- include/linux/media.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/media.h') diff --git a/include/linux/media.h b/include/linux/media.h index b5a77bbf..4a733b9b 100644 --- a/include/linux/media.h +++ b/include/linux/media.h @@ -206,6 +206,7 @@ struct media_entity_desc { #define MEDIA_PAD_FL_SINK (1U << 0) #define MEDIA_PAD_FL_SOURCE (1U << 1) #define MEDIA_PAD_FL_MUST_CONNECT (1U << 2) +#define MEDIA_PAD_FL_INTERNAL (1U << 3) struct media_pad_desc { __u32 entity; /* entity ID */ -- cgit v1.2.1