media: media-ioc-enum-entities.rst/-g-topology.rst: clarify ID/name usage
authorHans Verkuil <hansverk@cisco.com>
Fri, 29 Jun 2018 11:31:20 +0000 (07:31 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 25 Jul 2018 12:05:06 +0000 (08:05 -0400)
Mention that IDs should not be hardcoded in applications and that the
entity name must be unique within the media topology.

Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst
Documentation/media/uapi/mediactl/media-ioc-g-topology.rst

index 961466ae821d9ae025720d559e4bd6deb6e7f5a3..fc2e39c070c9a041ae72f55312562aa832eac1f7 100644 (file)
@@ -62,15 +62,18 @@ id's until they get an error.
        -  ``id``
        -
        -
-       -  Entity id, set by the application. When the id is or'ed with
+       -  Entity ID, set by the application. When the ID is or'ed with
          ``MEDIA_ENT_ID_FLAG_NEXT``, the driver clears the flag and returns
-         the first entity with a larger id.
+         the first entity with a larger ID. Do not expect that the ID will
+         always be the same for each instance of the device. In other words,
+         do not hardcode entity IDs in an application.
 
     *  -  char
        -  ``name``\ [32]
        -
        -
-       -  Entity name as an UTF-8 NULL-terminated string.
+       -  Entity name as an UTF-8 NULL-terminated string. This name must be unique
+          within the media topology.
 
     *  -  __u32
        -  ``type``
index d6f41a8e307f9d78d9be0b63ce3e91a5c3d2be0f..bac128c7eda922c392512b000a5e3181a3400747 100644 (file)
@@ -131,11 +131,14 @@ desired arrays with the media graph elements.
 
     *  -  __u32
        -  ``id``
-       -  Unique ID for the entity.
+       -  Unique ID for the entity. Do not expect that the ID will
+         always be the same for each instance of the device. In other words,
+         do not hardcode entity IDs in an application.
 
     *  -  char
        -  ``name``\ [64]
-       -  Entity name as an UTF-8 NULL-terminated string.
+       -  Entity name as an UTF-8 NULL-terminated string. This name must be unique
+          within the media topology.
 
     *  -  __u32
        -  ``function``
@@ -166,7 +169,9 @@ desired arrays with the media graph elements.
 
     *  -  __u32
        -  ``id``
-       -  Unique ID for the interface.
+       -  Unique ID for the interface. Do not expect that the ID will
+         always be the same for each instance of the device. In other words,
+         do not hardcode interface IDs in an application.
 
     *  -  __u32
        -  ``intf_type``
@@ -215,7 +220,9 @@ desired arrays with the media graph elements.
 
     *  -  __u32
        -  ``id``
-       -  Unique ID for the pad.
+       -  Unique ID for the pad. Do not expect that the ID will
+         always be the same for each instance of the device. In other words,
+         do not hardcode pad IDs in an application.
 
     *  -  __u32
        -  ``entity_id``
@@ -249,7 +256,9 @@ desired arrays with the media graph elements.
 
     *  -  __u32
        -  ``id``
-       -  Unique ID for the link.
+       -  Unique ID for the link. Do not expect that the ID will
+         always be the same for each instance of the device. In other words,
+         do not hardcode link IDs in an application.
 
     *  -  __u32
        -  ``source_id``