[media] doc-rst: fix some lirc cross-references

Some references were broken. It was also mentioning LIRC_MODE_RAW,
with it is not implemented on current LIRC drivers.

So, fix the references.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2016-07-12 06:12:32 -03:00
parent 3f3427c466
commit 4ed030af4f
4 changed files with 6 additions and 7 deletions

View File

@ -44,8 +44,7 @@ LIRC features
``LIRC_CAN_REC_RAW``
The driver is capable of receiving using
:ref:`LIRC_MODE_RAW <lirc-mode-raw>`.
Unused. Kept just to avoid breaking uAPI.
.. _LIRC-CAN-REC-PULSE:
@ -153,7 +152,7 @@ LIRC features
``LIRC_CAN_SEND_RAW``
The driver supports sending using :ref:`LIRC_MODE_RAW <lirc-mode-raw>`.
Unused. Kept just to avoid breaking uAPI.
.. _LIRC-CAN-SEND-PULSE:

View File

@ -38,7 +38,7 @@ Get supported transmit mode.
Currently, only ``LIRC_MODE_PULSE`` is supported by lircd on TX. On
puse mode, a sequence of pulse/space integer values are written to the
lirc device using ``write()``.
lirc device using :Ref:`lirc-write`.
Return Value
============

View File

@ -1,6 +1,6 @@
.. -*- coding: utf-8; mode: rst -*-
.. _lirc_read:
.. _lirc-read:
***********
LIRC read()

View File

@ -1,6 +1,6 @@
.. -*- coding: utf-8; mode: rst -*-
.. _lirc_write:
.. _lirc-write:
************
LIRC write()
@ -36,7 +36,7 @@ Arguments
Description
===========
:ref:`write() <func-write>` writes up to ``count`` bytes to the device
:ref:`write() <lirc-write>` writes up to ``count`` bytes to the device
referenced by the file descriptor ``fd`` from the buffer starting at
``buf``.