Message ID | 21f75a37fce50afd389b181d14fe760fb7d485f5.1467629489.git.mchehab@s-opensource.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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;
The captions were lost during the format conversion. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> --- Documentation/linux_tv/media/v4l/audio.rst | 2 ++ 1 file changed, 2 insertions(+)