From 789818845202ac243836b526e406fe8c97ec8cc2 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 30 Jun 2016 22:52:34 -0300 Subject: [PATCH] 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 --- Documentation/linux_tv/media/v4l/audio.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/linux_tv/media/v4l/audio.rst b/Documentation/linux_tv/media/v4l/audio.rst index 5e37adf..9562290 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 ` and :ref:`VIDIOC_ENUMAUDOUT ` ioctl, respectively. The struct :ref:`v4l2_audio ` returned by the -``VIDIOC_ENUMAUDIO`` ioctl also contains signal status information -applicable when the current audio input is queried. +:ref:`VIDIOC_ENUMAUDIO ` ioctl also contains signal +:status information applicable when the current audio input is queried. The :ref:`VIDIOC_G_AUDIO ` and :ref:`VIDIOC_G_AUDOUT ` ioctls report the current audio input and output, respectively. Note that, unlike :ref:`VIDIOC_G_INPUT ` and :ref:`VIDIOC_G_OUTPUT ` these ioctls return a -structure as ``VIDIOC_ENUMAUDIO`` and ``VIDIOC_ENUMAUDOUT`` do, not just -an index. +structure as :ref:`VIDIOC_ENUMAUDIO ` and +:ref:`VIDIOC_ENUMAUDOUT ` do, not just an index. To select an audio input and change its properties applications call the :ref:`VIDIOC_S_AUDIO ` ioctl. To select an audio -- 2.7.4