Skip to content

Commit

Permalink
[media] v4l: Document V4L2 control endianness as machine endianness
Browse files Browse the repository at this point in the history
Document V4L2 control endianness as machine endianness.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 13abada commit 0f42721
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/DocBook/media/v4l/controls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ readability until any ioctl (querying the properties) is
called.</para>
</footnote></para>

<para>
All controls use machine endianness.
</para>

<table pgwide="1" frame="none" id="control-id">
<title>Control IDs</title>
<tgroup cols="3">
Expand Down Expand Up @@ -545,6 +549,10 @@ may not be supported (<constant>VIDIOC_QUERYMENU</constant> will
return an error). A good example is the list of supported MPEG audio
bitrates. Some drivers only support one or two bitrates, others
support a wider range.</para>

<para>
All controls use machine endianness.
</para>
</section>

<section>
Expand Down

0 comments on commit 0f42721

Please sign in to comment.