[media] DocBook: Document the DVB API devnodes at the media controller
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 13 Feb 2015 22:10:05 +0000 (20:10 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 13 Feb 2015 23:10:11 +0000 (21:10 -0200)
The DVB API is actually several different APIs bundled together, each
using its own device node.

Fix the media controller DVB API to actually reflect what's there at the
DVB subsystem.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Documentation/DocBook/media/v4l/media-ioc-enum-entities.xml
Documentation/DocBook/media/v4l/v4l2.xml

index 19ab836b2651e20a79c9761bf04b4ad1195be955..6f1b1cf172b78ccdbb7f1e058e6769c0a1867676 100644 (file)
            <entry>ALSA card</entry>
          </row>
          <row>
-           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB</constant></entry>
-           <entry>DVB card</entry>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_FE</constant></entry>
+           <entry>DVB frontend devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_DEMUX</constant></entry>
+           <entry>DVB demux devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_DVR</constant></entry>
+           <entry>DVB DVR devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_CA</constant></entry>
+           <entry>DVB CAM devnode</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_ENT_T_DEVNODE_DVB_NET</constant></entry>
+           <entry>DVB network devnode</entry>
          </row>
          <row>
            <entry><constant>MEDIA_ENT_T_V4L2_SUBDEV</constant></entry>
index 3a16ac1f67d030c2a9762cd72800f64439dc1e17..408e1068ffe6f881dab3c7704cb1dfa3a9e5b694 100644 (file)
@@ -156,7 +156,7 @@ applications. -->
        <revnumber>3.21</revnumber>
        <date>2015-02-13</date>
        <authorinitials>mcc</authorinitials>
-       <revremark>Fix documentation for media controller device nodes.
+       <revremark>Fix documentation for media controller device nodes and add support for DVB device nodes.
        </revremark>
       </revision>
       <revision>
This page took 0.026107 seconds and 5 git commands to generate.