diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-06-30 22:52:34 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-01 14:54:02 -0300 |
| commit | 789818845202ac243836b526e406fe8c97ec8cc2 (patch) | |
| tree | d6aaab102124c57da44dc6fba3970f7c0d4551ab | |
| parent | 013504f5371b2ceb1403c550a0e9d9cf2bdaee61 (diff) | |
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>
| -rw-r--r-- | Documentation/linux_tv/media/v4l/audio.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/linux_tv/media/v4l/audio.rst b/Documentation/linux_tv/media/v4l/audio.rst index 5e37adfbb49c..95622902e86e 100644 --- a/Documentation/linux_tv/media/v4l/audio.rst +++ b/Documentation/linux_tv/media/v4l/audio.rst @@ -30,16 +30,16 @@ outputs applications can enumerate them with the :ref:`VIDIOC_ENUMAUDIO <vidioc-enumaudio>` and :ref:`VIDIOC_ENUMAUDOUT <vidioc-enumaudioout>` ioctl, respectively. The struct :ref:`v4l2_audio <v4l2-audio>` returned by the -``VIDIOC_ENUMAUDIO`` ioctl also contains signal status information -applicable when the current audio input is queried. +:ref:`VIDIOC_ENUMAUDIO <vidioc-enumaudio>` ioctl also contains signal +:status information applicable when the current audio input is queried. The :ref:`VIDIOC_G_AUDIO <vidioc-g-audio>` and :ref:`VIDIOC_G_AUDOUT <vidioc-g-audioout>` ioctls report the current audio input and output, respectively. Note that, unlike :ref:`VIDIOC_G_INPUT <vidioc-g-input>` and :ref:`VIDIOC_G_OUTPUT <vidioc-g-output>` these ioctls return a -structure as ``VIDIOC_ENUMAUDIO`` and ``VIDIOC_ENUMAUDOUT`` do, not just -an index. +structure as :ref:`VIDIOC_ENUMAUDIO <vidioc-enumaudio>` and +:ref:`VIDIOC_ENUMAUDOUT <vidioc-enumaudioout>` do, not just an index. To select an audio input and change its properties applications call the :ref:`VIDIOC_S_AUDIO <vidioc-g-audio>` ioctl. To select an audio |
