Skip to content

Commit 9312509

Browse files
committed
[media] media.h: postpone connectors entities
The representation of external connections got some heated discussions recently. As we're too close to the merge window, let's not set those entities into a stone. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1 parent 58402b6 commit 9312509

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/uapi/linux/media.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,18 @@ struct media_device_info {
8282
* Connectors
8383
*/
8484
/* It is a responsibility of the entity drivers to add connectors and links */
85+
#ifdef __KERNEL__
86+
/*
87+
* For now, it should not be used in userspace, as some
88+
* definitions may change
89+
*/
90+
8591
#define MEDIA_ENT_F_CONN_RF (MEDIA_ENT_F_BASE + 0x30001)
8692
#define MEDIA_ENT_F_CONN_SVIDEO (MEDIA_ENT_F_BASE + 0x30002)
8793
#define MEDIA_ENT_F_CONN_COMPOSITE (MEDIA_ENT_F_BASE + 0x30003)
8894

95+
#endif
96+
8997
/*
9098
* Don't touch on those. The ranges MEDIA_ENT_F_OLD_BASE and
9199
* MEDIA_ENT_F_OLD_SUBDEV_BASE are kept to keep backward compatibility

0 commit comments

Comments
 (0)