Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 028e2b4f authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] DocBook improvement for U8 and U16 control types



Removed the "This type is only used-in array controls." sentence in DocBook
which was thought to only confuse.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 0ee58f84
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -518,8 +518,8 @@ Older drivers which do not support this feature return an
	    <entry>any</entry>
	    <entry>any</entry>
	    <entry>An unsigned 8-bit valued control ranging from minimum to
	    <entry>An unsigned 8-bit valued control ranging from minimum to
maximum inclusive. The step value indicates the increment between
maximum inclusive. The step value indicates the increment between
values which are actually different on the hardware. This type is only used
values which are actually different on the hardware.
in array controls.</entry>
</entry>
	  </row>
	  </row>
	  <row>
	  <row>
	    <entry><constant>V4L2_CTRL_TYPE_U16</constant></entry>
	    <entry><constant>V4L2_CTRL_TYPE_U16</constant></entry>
@@ -528,8 +528,8 @@ in array controls.</entry>
	    <entry>any</entry>
	    <entry>any</entry>
	    <entry>An unsigned 16-bit valued control ranging from minimum to
	    <entry>An unsigned 16-bit valued control ranging from minimum to
maximum inclusive. The step value indicates the increment between
maximum inclusive. The step value indicates the increment between
values which are actually different on the hardware. This type is only used
values which are actually different on the hardware.
in array controls.</entry>
</entry>
	  </row>
	  </row>
	</tbody>
	</tbody>
      </tgroup>
      </tgroup>