From 8f417040252224255c27480ad836979873919cf7 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 1 Jul 2016 14:49:48 -0300 Subject: [PATCH] doc-rst: audio: re-add captions for the examples The captions were lost during the format conversion. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/v4l/audio.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/linux_tv/media/v4l/audio.rst b/Documentation/linux_tv/media/v4l/audio.rst index 8c3314218f75..e9d99f6a259a 100644 --- a/Documentation/linux_tv/media/v4l/audio.rst +++ b/Documentation/linux_tv/media/v4l/audio.rst @@ -55,6 +55,7 @@ the :ref:`VIDIOC_QUERYCAP` ioctl. .. code-block:: c + :caption: Example 3: Information about the current audio input struct v4l2_audio audio; @@ -69,6 +70,7 @@ the :ref:`VIDIOC_QUERYCAP` ioctl. .. code-block:: c + :caption: Example 4: Switching to the first audio input struct v4l2_audio audio; -- 2.39.5