mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 15:36:10 +07:00
doc-rst: audio: Fix some cross references
There are several constants there that should be, instead, cross-references. Fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
013504f537
commit
7898188452
@ -30,16 +30,16 @@ outputs applications can enumerate them with the
|
|||||||
:ref:`VIDIOC_ENUMAUDIO <vidioc-enumaudio>` and
|
:ref:`VIDIOC_ENUMAUDIO <vidioc-enumaudio>` and
|
||||||
:ref:`VIDIOC_ENUMAUDOUT <vidioc-enumaudioout>` ioctl, respectively.
|
:ref:`VIDIOC_ENUMAUDOUT <vidioc-enumaudioout>` ioctl, respectively.
|
||||||
The struct :ref:`v4l2_audio <v4l2-audio>` returned by the
|
The struct :ref:`v4l2_audio <v4l2-audio>` returned by the
|
||||||
``VIDIOC_ENUMAUDIO`` ioctl also contains signal status information
|
:ref:`VIDIOC_ENUMAUDIO <vidioc-enumaudio>` ioctl also contains signal
|
||||||
applicable when the current audio input is queried.
|
:status information applicable when the current audio input is queried.
|
||||||
|
|
||||||
The :ref:`VIDIOC_G_AUDIO <vidioc-g-audio>` and
|
The :ref:`VIDIOC_G_AUDIO <vidioc-g-audio>` and
|
||||||
:ref:`VIDIOC_G_AUDOUT <vidioc-g-audioout>` ioctls report the current
|
:ref:`VIDIOC_G_AUDOUT <vidioc-g-audioout>` ioctls report the current
|
||||||
audio input and output, respectively. Note that, unlike
|
audio input and output, respectively. Note that, unlike
|
||||||
:ref:`VIDIOC_G_INPUT <vidioc-g-input>` and
|
:ref:`VIDIOC_G_INPUT <vidioc-g-input>` and
|
||||||
:ref:`VIDIOC_G_OUTPUT <vidioc-g-output>` these ioctls return a
|
:ref:`VIDIOC_G_OUTPUT <vidioc-g-output>` these ioctls return a
|
||||||
structure as ``VIDIOC_ENUMAUDIO`` and ``VIDIOC_ENUMAUDOUT`` do, not just
|
structure as :ref:`VIDIOC_ENUMAUDIO <vidioc-enumaudio>` and
|
||||||
an index.
|
:ref:`VIDIOC_ENUMAUDOUT <vidioc-enumaudioout>` do, not just an index.
|
||||||
|
|
||||||
To select an audio input and change its properties applications call the
|
To select an audio input and change its properties applications call the
|
||||||
:ref:`VIDIOC_S_AUDIO <vidioc-g-audio>` ioctl. To select an audio
|
:ref:`VIDIOC_S_AUDIO <vidioc-g-audio>` ioctl. To select an audio
|
||||||
|
Loading…
Reference in New Issue
Block a user