|
@@ -8,7 +8,7 @@ The Digital TV Frontend kABI defines a driver-internal interface for
|
|
|
registering low-level, hardware specific driver to a hardware independent
|
|
|
frontend layer. It is only of interest for Digital TV device driver writers.
|
|
|
The header file for this API is named ``dvb_frontend.h`` and located in
|
|
|
-``drivers/media/dvb-core``.
|
|
|
+``include/media/``.
|
|
|
|
|
|
Demodulator driver
|
|
|
^^^^^^^^^^^^^^^^^^
|
|
@@ -17,7 +17,7 @@ The demodulator driver is responsible to talk with the decoding part of the
|
|
|
hardware. Such driver should implement :c:type:`dvb_frontend_ops`, with
|
|
|
tells what type of digital TV standards are supported, and points to a
|
|
|
series of functions that allow the DVB core to command the hardware via
|
|
|
-the code under ``drivers/media/dvb-core/dvb_frontend.c``.
|
|
|
+the code under ``include/media/dvb_frontend.c``.
|
|
|
|
|
|
A typical example of such struct in a driver ``foo`` is::
|
|
|
|
|
@@ -118,7 +118,7 @@ Satellite TV reception is::
|
|
|
|
|
|
.. |delta| unicode:: U+00394
|
|
|
|
|
|
-The ``drivers/media/dvb-core/dvb_frontend.c`` has a kernel thread with is
|
|
|
+The ``include/media/dvb_frontend.c`` has a kernel thread with is
|
|
|
responsible for tuning the device. It supports multiple algorithms to
|
|
|
detect a channel, as defined at enum :c:func:`dvbfe_algo`.
|
|
|
|
|
@@ -440,4 +440,4 @@ monotonic stats at the right time.
|
|
|
Digital TV Frontend functions and types
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
-.. kernel-doc:: drivers/media/dvb-core/dvb_frontend.h
|
|
|
+.. kernel-doc:: include/media/dvb_frontend.h
|