aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-05 10:22:28 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:53:35 -0400
commit43c1daa47d57197c1491411a9f33189f9ef680dd (patch)
treead9c5b63814cc65ba23ee183a3a7c1a928a41d98 /Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml
parent6d1724925d4da49b84161f1440912205576b7935 (diff)
[media] DocBook: Use the generic ioctl error codes for all V4L ioctl's
Be sure that all VIDIOC_* ioctl are using the return error macro, and aren't specifying generic error codes internally. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml b/Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml
index d3d7c0ab17b8..2e87cedb0d32 100644
--- a/Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-enumaudioout.xml
@@ -71,19 +71,9 @@ signal to a sound card are not audio outputs in this sense.</para>
71 <varlistentry> 71 <varlistentry>
72 <term><errorcode>EINVAL</errorcode></term> 72 <term><errorcode>EINVAL</errorcode></term>
73 <listitem> 73 <listitem>
74 <para>The number of the audio output is out of bounds, or 74 <para>The number of the audio output is out of bounds.</para>
75there are no audio outputs at all and this ioctl is not
76supported.</para>
77 </listitem> 75 </listitem>
78 </varlistentry> 76 </varlistentry>
79 </variablelist> 77 </variablelist>
80 </refsect1> 78 </refsect1>
81</refentry> 79</refentry>
82
83<!--
84Local Variables:
85mode: sgml
86sgml-parent-document: "v4l2.sgml"
87indent-tabs-mode: nil
88End:
89-->