summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/demux.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-01 12:28:16 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 06:18:03 -0400
commit699f19e3f1e84e7e0ce3b2be7ceafe4ce99b606e (patch)
tree5bad64214364bbfd057562637a6ca2cc67e18e30 /Documentation/media/uapi/dvb/demux.rst
parent0de6357aca39e28118edde71216ef44af7fddc39 (diff)
media: dvb uAPI docs: Prefer use "Digital TV instead of "DVB"
The usage of the term "DVB" at the dvb API docs is confusing, as, right now, it can refer to either the European digital TV standard or to the subsystem. So, prefer calling it as "Digital TV" on most places, to avoid ambiguity. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/demux.rst')
-rw-r--r--Documentation/media/uapi/dvb/demux.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/Documentation/media/uapi/dvb/demux.rst b/Documentation/media/uapi/dvb/demux.rst
index b12b5a2dac94..45c3d6405c46 100644
--- a/Documentation/media/uapi/dvb/demux.rst
+++ b/Documentation/media/uapi/dvb/demux.rst
@@ -2,10 +2,15 @@
.. _dvb_demux:
-################
-DVB Demux Device
-################
-The DVB demux device controls the filters of the DVB hardware/software.
+#######################
+Digital TV Demux Device
+#######################
+
+The Digital TV demux device controls the MPEG-TS filters for the
+digital TV. If the driver and hardware supports, those filters are
+implemented at the hardware. Otherwise, the Kernel provides a software
+emulation.
+
It can be accessed through ``/dev/adapter?/demux?``. Data types and and
ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in
your application.