diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-01 07:56:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-08 13:53:42 -0400 |
commit | 315d27aacf1801b009e8f7ec9f92adba6243aec2 (patch) | |
tree | 2813d07d873b27a26e889c4c6079efbdf6b5da9d /Documentation/DocBook/media_api.tmpl | |
parent | 839aa56d077972170a074bcbe31bf0d7eba37b24 (diff) |
[media] DocBook: document DVB net API
The DVB network API was not documented. There are just some
placeholders there.
Replace it by a proper documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media_api.tmpl')
-rw-r--r-- | Documentation/DocBook/media_api.tmpl | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media_api.tmpl index 1e194514841c..43eda245a1b5 100644 --- a/Documentation/DocBook/media_api.tmpl +++ b/Documentation/DocBook/media_api.tmpl | |||
@@ -95,12 +95,22 @@ | |||
95 | <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para> | 95 | <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para> |
96 | </preface> | 96 | </preface> |
97 | 97 | ||
98 | <part id="v4l2spec">&sub-v4l2;</part> | 98 | <part id="v4l2spec"> |
99 | <part id="dvbapi">&sub-dvbapi;</part> | 99 | &sub-v4l2; |
100 | <part id="remotes">&sub-remote_controllers;</part> | 100 | </part> |
101 | <part id="media_common">&sub-media-controller;</part> | 101 | <part id="dvbapi"> |
102 | &sub-dvbapi; | ||
103 | </part> | ||
104 | <part id="remotes"> | ||
105 | &sub-remote_controllers; | ||
106 | </part> | ||
107 | <part id="media_common"> | ||
108 | &sub-media-controller; | ||
109 | </part> | ||
102 | 110 | ||
103 | <chapter id="gen_errors">&sub-gen-errors;</chapter> | 111 | <chapter id="gen_errors"> |
112 | &sub-gen-errors; | ||
113 | </chapter> | ||
104 | 114 | ||
105 | &sub-fdl-appendix; | 115 | &sub-fdl-appendix; |
106 | 116 | ||