Commit 699f19e3 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 0de6357a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ Arguments
Description
-----------

This ioctl is for DVB devices only. To control a V4L2 decoder use the
This ioctl is for Digital TV devices only. To control a V4L2 decoder use the
V4L2 ``V4L2_CID_MPEG_AUDIO_DEC_PLAYBACK`` control instead.

This ioctl call asks the Audio Device to select the requested channel if
+4 −4
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

.. _audio_fclose:

=================
DVB audio close()
=================
========================
Digital TV audio close()
========================

Name
----

DVB audio close()
Digital TV audio close()

.. attention:: This ioctl is deprecated

+4 −4
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

.. _audio_fopen:

================
DVB audio open()
================
=======================
Digital TV audio open()
=======================

Name
----

DVB audio open()
Digital TV audio open()

.. attention:: This ioctl is deprecated

+4 −4
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

.. _audio_fwrite:

=================
DVB audio write()
=================
=========================
Digital TV audio write()
=========================

Name
----

DVB audio write()
Digital TV audio write()

.. attention:: This ioctl is deprecated

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Arguments

       -  boolean state

       -  Tells the DVB subsystem if A/V synchronization shall be ON or OFF.
       -  Tells the Digital TV subsystem if A/V synchronization shall be ON or OFF.

          TRUE: AV-sync ON

Loading