diff options
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-g-tuner.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-tuner.xml | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml b/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml index 95d5371c1709..720395127904 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml | |||
@@ -119,10 +119,14 @@ field is not quite clear.--></para></entry> | |||
119 | <xref linkend="tuner-capability" />. Audio flags indicate the ability | 119 | <xref linkend="tuner-capability" />. Audio flags indicate the ability |
120 | to decode audio subprograms. They will <emphasis>not</emphasis> | 120 | to decode audio subprograms. They will <emphasis>not</emphasis> |
121 | change, for example with the current video standard.</para><para>When | 121 | change, for example with the current video standard.</para><para>When |
122 | the structure refers to a radio tuner only the | 122 | the structure refers to a radio tuner the |
123 | <constant>V4L2_TUNER_CAP_LOW</constant>, | 123 | <constant>V4L2_TUNER_CAP_LANG1</constant>, |
124 | <constant>V4L2_TUNER_CAP_STEREO</constant> and | 124 | <constant>V4L2_TUNER_CAP_LANG2</constant> and |
125 | <constant>V4L2_TUNER_CAP_RDS</constant> flags can be set.</para></entry> | 125 | <constant>V4L2_TUNER_CAP_NORM</constant> flags can't be used.</para> |
126 | <para>If multiple frequency bands are supported, then | ||
127 | <structfield>capability</structfield> is the union of all | ||
128 | <structfield>capability></structfield> fields of each &v4l2-frequency-band;. | ||
129 | </para></entry> | ||
126 | </row> | 130 | </row> |
127 | <row> | 131 | <row> |
128 | <entry>__u32</entry> | 132 | <entry>__u32</entry> |
@@ -130,7 +134,9 @@ the structure refers to a radio tuner only the | |||
130 | <entry spanname="hspan">The lowest tunable frequency in | 134 | <entry spanname="hspan">The lowest tunable frequency in |
131 | units of 62.5 kHz, or if the <structfield>capability</structfield> | 135 | units of 62.5 kHz, or if the <structfield>capability</structfield> |
132 | flag <constant>V4L2_TUNER_CAP_LOW</constant> is set, in units of 62.5 | 136 | flag <constant>V4L2_TUNER_CAP_LOW</constant> is set, in units of 62.5 |
133 | Hz.</entry> | 137 | Hz. If multiple frequency bands are supported, then |
138 | <structfield>rangelow</structfield> is the lowest frequency | ||
139 | of all the frequency bands.</entry> | ||
134 | </row> | 140 | </row> |
135 | <row> | 141 | <row> |
136 | <entry>__u32</entry> | 142 | <entry>__u32</entry> |
@@ -138,7 +144,9 @@ Hz.</entry> | |||
138 | <entry spanname="hspan">The highest tunable frequency in | 144 | <entry spanname="hspan">The highest tunable frequency in |
139 | units of 62.5 kHz, or if the <structfield>capability</structfield> | 145 | units of 62.5 kHz, or if the <structfield>capability</structfield> |
140 | flag <constant>V4L2_TUNER_CAP_LOW</constant> is set, in units of 62.5 | 146 | flag <constant>V4L2_TUNER_CAP_LOW</constant> is set, in units of 62.5 |
141 | Hz.</entry> | 147 | Hz. If multiple frequency bands are supported, then |
148 | <structfield>rangehigh</structfield> is the highest frequency | ||
149 | of all the frequency bands.</entry> | ||
142 | </row> | 150 | </row> |
143 | <row> | 151 | <row> |
144 | <entry>__u32</entry> | 152 | <entry>__u32</entry> |
@@ -340,6 +348,12 @@ radio tuners.</entry> | |||
340 | <entry>0x0200</entry> | 348 | <entry>0x0200</entry> |
341 | <entry>The RDS data is parsed by the hardware and set via controls.</entry> | 349 | <entry>The RDS data is parsed by the hardware and set via controls.</entry> |
342 | </row> | 350 | </row> |
351 | <row> | ||
352 | <entry><constant>V4L2_TUNER_CAP_FREQ_BANDS</constant></entry> | ||
353 | <entry>0x0400</entry> | ||
354 | <entry>The &VIDIOC-ENUM-FREQ-BANDS; ioctl can be used to enumerate | ||
355 | the available frequency bands.</entry> | ||
356 | </row> | ||
343 | </tbody> | 357 | </tbody> |
344 | </tgroup> | 358 | </tgroup> |
345 | </table> | 359 | </table> |