Commit bbed074e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: dvb rst: identify the documentation gap at the API

Now that DVB spec is almost in sync, document what's missing.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 33047274
...@@ -10,6 +10,11 @@ accessed through ``/dev/dvb/adapter?/ca?``. Data types and and ioctl ...@@ -10,6 +10,11 @@ accessed through ``/dev/dvb/adapter?/ca?``. Data types and and ioctl
definitions can be accessed by including ``linux/dvb/ca.h`` in your definitions can be accessed by including ``linux/dvb/ca.h`` in your
application. application.
.. note::
There are three ioctls at this API that aren't documented:
:ref:`CA_GET_MSG`, :ref:`CA_SEND_MSG` and :ref:`CA_SET_DESCR`.
Documentation for them are welcome.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
...@@ -12,6 +12,11 @@ drivers should use it. Instead, audio and video should be using the V4L2 ...@@ -12,6 +12,11 @@ drivers should use it. Instead, audio and video should be using the V4L2
and ALSA APIs, and the pipelines should be set using the Media and ALSA APIs, and the pipelines should be set using the Media
Controller API Controller API
.. note::
The APIs described here doesn't necessarily reflect the current
code implementation.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment