Commit 11d7512b authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] vidioc-g-tuner.rst: Fix tables to fit at LaTeX output

Several tables are missing column definitions and/or are too big
to fit into the page. Adjust them.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent e19c1779
...@@ -60,8 +60,12 @@ To change the radio frequency the ...@@ -60,8 +60,12 @@ To change the radio frequency the
:ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` ioctl is available. :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` ioctl is available.
.. tabularcolumns:: |p{1.3cm}|p{3.0cm}|p{6.6cm}|p{6.6cm}|
.. _v4l2-tuner: .. _v4l2-tuner:
.. cssclass:: longtable
.. flat-table:: struct v4l2_tuner .. flat-table:: struct v4l2_tuner
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
...@@ -83,8 +87,9 @@ To change the radio frequency the ...@@ -83,8 +87,9 @@ To change the radio frequency the
- :cspan:`1` - :cspan:`1`
Name of the tuner, a NUL-terminated ASCII string. This information Name of the tuner, a NUL-terminated ASCII string.
is intended for the user.
This information is intended for the user.
- .. row 3 - .. row 3
...@@ -230,8 +235,9 @@ To change the radio frequency the ...@@ -230,8 +235,9 @@ To change the radio frequency the
- ``signal`` - ``signal``
- :cspan:`1` The signal strength if known, ranging from 0 to - :cspan:`1` The signal strength if known.
65535. Higher values indicate a better signal.
Ranging from 0 to 65535. Higher values indicate a better signal.
- .. row 16 - .. row 16
...@@ -239,8 +245,10 @@ To change the radio frequency the ...@@ -239,8 +245,10 @@ To change the radio frequency the
- ``afc`` - ``afc``
- :cspan:`1` Automatic frequency control: When the ``afc`` value - :cspan:`1` Automatic frequency control.
is negative, the frequency is too low, when positive too high.
When the ``afc`` value is negative, the frequency is too
low, when positive too high.
- .. row 17 - .. row 17
...@@ -248,8 +256,9 @@ To change the radio frequency the ...@@ -248,8 +256,9 @@ To change the radio frequency the
- ``reserved``\ [4] - ``reserved``\ [4]
- :cspan:`1` Reserved for future extensions. Drivers and - :cspan:`1` Reserved for future extensions.
applications must set the array to zero.
Drivers and applications must set the array to zero.
...@@ -301,6 +310,8 @@ To change the radio frequency the ...@@ -301,6 +310,8 @@ To change the radio frequency the
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}| .. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
.. cssclass:: longtable
.. flat-table:: Tuner and Modulator Capability Flags .. flat-table:: Tuner and Modulator Capability Flags
:header-rows: 0 :header-rows: 0
:stub-columns: 0 :stub-columns: 0
...@@ -608,7 +619,9 @@ To change the radio frequency the ...@@ -608,7 +619,9 @@ To change the radio frequency the
``MODE_MONO``. Only ``V4L2_TUNER_ANALOG_TV`` tuners support this ``MODE_MONO``. Only ``V4L2_TUNER_ANALOG_TV`` tuners support this
mode. mode.
.. raw:: latex
\newline\newline\begin{adjustbox}{width=\columnwidth}
.. _tuner-matrix: .. _tuner-matrix:
...@@ -706,6 +719,9 @@ To change the radio frequency the ...@@ -706,6 +719,9 @@ To change the radio frequency the
- Lang1/Lang2 (preferred) or Lang1/Lang1 - Lang1/Lang2 (preferred) or Lang1/Lang1
.. raw:: latex
\end{adjustbox}\newline\newline
Return Value Return Value
============ ============
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment