Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
40 lines
1.4 KiB
ReStructuredText
40 lines
1.4 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Digital TV (DVB) devices
|
|
------------------------
|
|
|
|
Digital TV devices are implemented by several different drivers:
|
|
|
|
- A bridge driver that is responsible to talk with the bus where the other
|
|
devices are connected (PCI, USB, SPI), bind to the other drivers and
|
|
implement the digital demux logic (either in software or in hardware);
|
|
|
|
- Frontend drivers that are usually implemented as two separate drivers:
|
|
|
|
- A tuner driver that implements the logic which commands the part of
|
|
the hardware responsible for tuning into a digital TV transponder or
|
|
physical channel. The output of a tuner is usually a baseband or
|
|
Intermediate Frequency (IF) signal;
|
|
|
|
- A demodulator driver (a.k.a "demod") that implements the logic which
|
|
commands the digital TV decoding hardware. The output of a demod is
|
|
a digital stream, with multiple audio, video and data channels typically
|
|
multiplexed using MPEG Transport Stream [#f1]_.
|
|
|
|
On most hardware, the frontend drivers talk with the bridge driver using an
|
|
I2C bus.
|
|
|
|
.. [#f1] Some standards use TCP/IP for multiplexing data, like DVB-H (an
|
|
abandoned standard, not used anymore) and ATSC version 3.0 current
|
|
proposals. Currently, the DVB subsystem doesn't implement those standards.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
dtv-common
|
|
dtv-frontend
|
|
dtv-demux
|
|
dtv-ca
|
|
dtv-net
|