mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 10:02:31 -04:00
media: docs: make RC documents more compatible with Sphinx 3.1+
Sphinx 3.x broke support for the cdomain.py extension, as the c domain code was rewritten. Due to that, the c tags need to be re-written, in order to use the new c domain notation. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
||||
.. c:namespace:: RC
|
||||
|
||||
.. _lirc_set_send_carrier:
|
||||
|
||||
@@ -11,12 +12,12 @@ Name
|
||||
|
||||
LIRC_SET_SEND_CARRIER - Set send carrier used to modulate IR TX.
|
||||
|
||||
|
||||
Synopsis
|
||||
========
|
||||
|
||||
.. c:function:: int ioctl( int fd, LIRC_SET_SEND_CARRIER, __u32 *frequency )
|
||||
:name: LIRC_SET_SEND_CARRIER
|
||||
.. c:macro:: LIRC_SET_SEND_CARRIER
|
||||
|
||||
``int ioctl(int fd, LIRC_SET_SEND_CARRIER, __u32 *frequency)``
|
||||
|
||||
Arguments
|
||||
=========
|
||||
@@ -32,7 +33,6 @@ Description
|
||||
|
||||
Set send carrier used to modulate IR PWM pulses and spaces.
|
||||
|
||||
|
||||
Return Value
|
||||
============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user