diff options
-rw-r--r-- | Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml | 10 | ||||
-rw-r--r-- | include/uapi/linux/media.h | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml b/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml index 576b68b33f2c..116c301656e0 100644 --- a/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml +++ b/Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml | |||
@@ -272,6 +272,16 @@ | |||
272 | <entry><constant>MEDIA_ENT_T_V4L2_SUBDEV_LENS</constant></entry> | 272 | <entry><constant>MEDIA_ENT_T_V4L2_SUBDEV_LENS</constant></entry> |
273 | <entry>Lens controller</entry> | 273 | <entry>Lens controller</entry> |
274 | </row> | 274 | </row> |
275 | <row> | ||
276 | <entry><constant>MEDIA_ENT_T_V4L2_SUBDEV_DECODER</constant></entry> | ||
277 | <entry>Video decoder, the basic function of the video decoder is to | ||
278 | accept analogue video from a wide variety of sources such as | ||
279 | broadcast, DVD players, cameras and video cassette recorders, in | ||
280 | either NTSC, PAL or HD format and still occasionally SECAM, separate | ||
281 | it into its component parts, luminance and chrominance, and output | ||
282 | it in some digital video standard, with appropriate embedded timing | ||
283 | signals.</entry> | ||
284 | </row> | ||
275 | </tbody> | 285 | </tbody> |
276 | </tgroup> | 286 | </tgroup> |
277 | </table> | 287 | </table> |
diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h index 0ef883327de2..ed49574ad757 100644 --- a/include/uapi/linux/media.h +++ b/include/uapi/linux/media.h | |||
@@ -56,6 +56,8 @@ struct media_device_info { | |||
56 | #define MEDIA_ENT_T_V4L2_SUBDEV_SENSOR (MEDIA_ENT_T_V4L2_SUBDEV + 1) | 56 | #define MEDIA_ENT_T_V4L2_SUBDEV_SENSOR (MEDIA_ENT_T_V4L2_SUBDEV + 1) |
57 | #define MEDIA_ENT_T_V4L2_SUBDEV_FLASH (MEDIA_ENT_T_V4L2_SUBDEV + 2) | 57 | #define MEDIA_ENT_T_V4L2_SUBDEV_FLASH (MEDIA_ENT_T_V4L2_SUBDEV + 2) |
58 | #define MEDIA_ENT_T_V4L2_SUBDEV_LENS (MEDIA_ENT_T_V4L2_SUBDEV + 3) | 58 | #define MEDIA_ENT_T_V4L2_SUBDEV_LENS (MEDIA_ENT_T_V4L2_SUBDEV + 3) |
59 | /* A converter of analogue video to its digital representation. */ | ||
60 | #define MEDIA_ENT_T_V4L2_SUBDEV_DECODER (MEDIA_ENT_T_V4L2_SUBDEV + 4) | ||
59 | 61 | ||
60 | #define MEDIA_ENT_FL_DEFAULT (1 << 0) | 62 | #define MEDIA_ENT_FL_DEFAULT (1 << 0) |
61 | 63 | ||