Commit 15e7d615 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

doc-rst: linux_tv: don't use uppercases for syscall sections



On the syscall conversions, we used uppercase for the sections,
but this is too bold. So, convert them to Camel Case, as it
looks visually better.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 4eb40f14
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -6,18 +6,19 @@
AUDIO_BILINGUAL_CHANNEL_SELECT
==============================

NAME
Name
----

AUDIO_BILINGUAL_CHANNEL_SELECT

SYNOPSIS

Synopsis
--------

.. c:function:: int ioctl(int fd, int request = AUDIO_BILINGUAL_CHANNEL_SELECT, audio_channel_select_t)


ARGUMENTS
Arguments
---------

.. flat-table::
@@ -44,7 +45,7 @@ ARGUMENTS
       -  Select the output format of the audio (mono left/right, stereo).


DESCRIPTION
Description
-----------

This ioctl is obsolete. Do not use in new drivers. It has been replaced
@@ -55,7 +56,7 @@ This ioctl call asks the Audio Device to select the requested channel
for bilingual streams if possible.


RETURN VALUE
Return Value
------------

On success 0 is returned, on error -1 and the ``errno`` variable is set
+6 −5
Original line number Diff line number Diff line
@@ -6,18 +6,19 @@
AUDIO_CHANNEL_SELECT
====================

NAME
Name
----

AUDIO_CHANNEL_SELECT

SYNOPSIS

Synopsis
--------

.. c:function:: int ioctl(int fd, int request = AUDIO_CHANNEL_SELECT, audio_channel_select_t)


ARGUMENTS
Arguments
---------

.. flat-table::
@@ -44,7 +45,7 @@ ARGUMENTS
       -  Select the output format of the audio (mono left/right, stereo).


DESCRIPTION
Description
-----------

This ioctl is for DVB devices only. To control a V4L2 decoder use the
@@ -54,7 +55,7 @@ This ioctl call asks the Audio Device to select the requested channel if
possible.


RETURN VALUE
Return Value
------------

On success 0 is returned, on error -1 and the ``errno`` variable is set
+6 −5
Original line number Diff line number Diff line
@@ -6,18 +6,19 @@
AUDIO_CLEAR_BUFFER
==================

NAME
Name
----

AUDIO_CLEAR_BUFFER

SYNOPSIS

Synopsis
--------

.. c:function:: int  ioctl(int fd, int request = AUDIO_CLEAR_BUFFER)


ARGUMENTS
Arguments
---------

.. flat-table::
@@ -38,14 +39,14 @@ ARGUMENTS
       -  Equals AUDIO_CLEAR_BUFFER for this command.


DESCRIPTION
Description
-----------

This ioctl call asks the Audio Device to clear all software and hardware
buffers of the audio decoder device.


RETURN VALUE
Return Value
------------

On success 0 is returned, on error -1 and the ``errno`` variable is set
+6 −5
Original line number Diff line number Diff line
@@ -6,18 +6,19 @@
AUDIO_CONTINUE
==============

NAME
Name
----

AUDIO_CONTINUE

SYNOPSIS

Synopsis
--------

.. c:function:: int  ioctl(int fd, int request = AUDIO_CONTINUE)


ARGUMENTS
Arguments
---------

.. flat-table::
@@ -38,14 +39,14 @@ ARGUMENTS
       -  Equals AUDIO_CONTINUE for this command.


DESCRIPTION
Description
-----------

This ioctl restarts the decoding and playing process previously paused
with AUDIO_PAUSE command.


RETURN VALUE
Return Value
------------

On success 0 is returned, on error -1 and the ``errno`` variable is set
+6 −5
Original line number Diff line number Diff line
@@ -6,18 +6,19 @@
DVB audio close()
=================

NAME
Name
----

DVB audio close()

SYNOPSIS

Synopsis
--------

.. c:function:: int  close(int fd)


ARGUMENTS
Arguments
---------

.. flat-table::
@@ -32,13 +33,13 @@ ARGUMENTS
       -  File descriptor returned by a previous call to open().


DESCRIPTION
Description
-----------

This system call closes a previously opened audio device.


RETURN VALUE
Return Value
------------

.. flat-table::
Loading