diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-06-30 21:52:52 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-01 14:52:49 -0300 |
| commit | 766e137d05b8e9497a1688e4c761a08d68567876 (patch) | |
| tree | 7fa6a6d82690c8d46e7ec6e620a2daf70c20bf48 | |
| parent | 9e00ffca8cc7ec71365ec4651196357f495dbe47 (diff) | |
doc-rst: linux_tv/index: add xrefs for document divisions
Make easier to navigate at the media document by adding the
links to each of the parts of the document.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
| -rw-r--r-- | Documentation/linux_tv/index.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/linux_tv/index.rst b/Documentation/linux_tv/index.rst index b0389cbfb1aa..edb7d56e9b8f 100644 --- a/Documentation/linux_tv/index.rst +++ b/Documentation/linux_tv/index.rst @@ -39,19 +39,19 @@ A typical media device hardware is shown at The media infrastructure API was designed to control such devices. It is divided into four parts. -The first part covers radio, video capture and output, +The :Ref:`first part <v4l2spec>` covers radio, video capture and output, cameras, analog TV devices and codecs. -The second part covers the API used for digital TV and Internet -reception via one of the several digital tv standards. While it is -called as DVB API, in fact it covers several different video standards -including DVB-T/T2, DVB-S/S2, DVB-C, ATSC, ISDB-T, ISDB-S, DTMB, etc. -The complete list of supported standards can be found at +The :Ref:`second part <dvbapi>` covers the API used for digital TV and +Internet reception via one of the several digital tv standards. While it +is called as DVB API, in fact it covers several different video +standards including DVB-T/T2, DVB-S/S2, DVB-C, ATSC, ISDB-T, ISDB-S, +DTMB, etc. The complete list of supported standards can be found at :ref:`fe-delivery-system-t`. -The third part covers the Remote Controller API. +The :Ref:`third part <remote_controllers>` covers the Remote Controller API. -The fourth part covers the Media Controller API. +The :Ref:`fourth part <media_controller>` covers the Media Controller API. It should also be noted that a media device may also have audio components, like mixers, PCM capture, PCM playback, etc, which are |
