Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da682492 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: dvb uapi: move frontend legacy API to another part of the book



There's a chapter for the legacy APIs. Move the frontend DVBv3
API to it, and update the chapter's introduction accordingly.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 1e13c184
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -54,4 +54,3 @@ Data types and ioctl definitions can be accessed by including
    dvb-fe-read-status
    dvbproperty
    frontend_fcalls
    frontend_legacy_dvbv3_api
+14 −7
Original line number Diff line number Diff line
@@ -6,20 +6,27 @@
Digital TV Deprecated APIs
***************************

The APIs described here are kept only for historical reasons. There's
just one driver for a very legacy hardware that uses this API. No modern
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
Controller API
The APIs described here **should not** be used on new drivers or applications.

.. note::
The DVBv3 frontend API has issues with new delivery systems, including
DVB-S2, DVB-T2, ISDB, etc.

There's just one driver for a very legacy hardware using the Digital TV
audio and video APIs. No modern drivers should use it. Instead, audio and
video should be using the V4L2 and ALSA APIs, and the pipelines should
be set via the Media Controller API.

.. attention::

   The APIs described here doesn't necessarily reflect the current
   code implementation.
   code implementation, as this section of the document was written
   for DVB version 1, while the code reflects DVB version 3
   implementation.


.. toctree::
    :maxdepth: 1

    frontend_legacy_dvbv3_api
    video
    audio