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

Commit 7af90c04 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: dtv-core.rst: add chapters and introductory tests for common parts



Better document the DVB common parts by adding two sections
and an introductory text for each.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 6009367e
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -29,8 +29,20 @@ I2C bus.
Digital TV Common functions
Digital TV Common functions
---------------------------
---------------------------


Math functions
~~~~~~~~~~~~~~

Provide some commonly-used math functions, usually required in order to
estimate signal strength and signal to noise measurements in dB.

.. kernel-doc:: drivers/media/dvb-core/dvb_math.h
.. kernel-doc:: drivers/media/dvb-core/dvb_math.h



DVB devices
~~~~~~~~~~~

Those functions are responsible for handling the DVB device nodes.

.. kernel-doc:: drivers/media/dvb-core/dvbdev.h
.. kernel-doc:: drivers/media/dvb-core/dvbdev.h


Digital TV Ring buffer
Digital TV Ring buffer