diff options
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-g-tuner.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-tuner.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml b/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml index 6cc82010c736..b0d865933da6 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-tuner.xml | |||
@@ -134,7 +134,9 @@ the structure refers to a radio tuner the | |||
134 | <entry spanname="hspan">The lowest tunable frequency in | 134 | <entry spanname="hspan">The lowest tunable frequency in |
135 | units of 62.5 kHz, or if the <structfield>capability</structfield> | 135 | units of 62.5 kHz, or if the <structfield>capability</structfield> |
136 | 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 |
137 | Hz. If multiple frequency bands are supported, then | 137 | Hz, or if the <structfield>capability</structfield> flag |
138 | <constant>V4L2_TUNER_CAP_1HZ</constant> is set, in units of 1 Hz. | ||
139 | If multiple frequency bands are supported, then | ||
138 | <structfield>rangelow</structfield> is the lowest frequency | 140 | <structfield>rangelow</structfield> is the lowest frequency |
139 | of all the frequency bands.</entry> | 141 | of all the frequency bands.</entry> |
140 | </row> | 142 | </row> |
@@ -144,7 +146,9 @@ of all the frequency bands.</entry> | |||
144 | <entry spanname="hspan">The highest tunable frequency in | 146 | <entry spanname="hspan">The highest tunable frequency in |
145 | units of 62.5 kHz, or if the <structfield>capability</structfield> | 147 | units of 62.5 kHz, or if the <structfield>capability</structfield> |
146 | flag <constant>V4L2_TUNER_CAP_LOW</constant> is set, in units of 62.5 | 148 | flag <constant>V4L2_TUNER_CAP_LOW</constant> is set, in units of 62.5 |
147 | Hz. If multiple frequency bands are supported, then | 149 | Hz, or if the <structfield>capability</structfield> flag |
150 | <constant>V4L2_TUNER_CAP_1HZ</constant> is set, in units of 1 Hz. | ||
151 | If multiple frequency bands are supported, then | ||
148 | <structfield>rangehigh</structfield> is the highest frequency | 152 | <structfield>rangehigh</structfield> is the highest frequency |
149 | of all the frequency bands.</entry> | 153 | of all the frequency bands.</entry> |
150 | </row> | 154 | </row> |
@@ -270,7 +274,7 @@ applications must set the array to zero.</entry> | |||
270 | <entry><constant>V4L2_TUNER_CAP_LOW</constant></entry> | 274 | <entry><constant>V4L2_TUNER_CAP_LOW</constant></entry> |
271 | <entry>0x0001</entry> | 275 | <entry>0x0001</entry> |
272 | <entry>When set, tuning frequencies are expressed in units of | 276 | <entry>When set, tuning frequencies are expressed in units of |
273 | 62.5 Hz, otherwise in units of 62.5 kHz.</entry> | 277 | 62.5 Hz instead of 62.5 kHz.</entry> |
274 | </row> | 278 | </row> |
275 | <row> | 279 | <row> |
276 | <entry><constant>V4L2_TUNER_CAP_NORM</constant></entry> | 280 | <entry><constant>V4L2_TUNER_CAP_NORM</constant></entry> |
@@ -360,6 +364,11 @@ radio tuners.</entry> | |||
360 | <entry>The range to search when using the hardware seek functionality | 364 | <entry>The range to search when using the hardware seek functionality |
361 | is programmable, see &VIDIOC-S-HW-FREQ-SEEK; for details.</entry> | 365 | is programmable, see &VIDIOC-S-HW-FREQ-SEEK; for details.</entry> |
362 | </row> | 366 | </row> |
367 | <row> | ||
368 | <entry><constant>V4L2_TUNER_CAP_1HZ</constant></entry> | ||
369 | <entry>0x1000</entry> | ||
370 | <entry>When set, tuning frequencies are expressed in units of 1 Hz instead of 62.5 kHz.</entry> | ||
371 | </row> | ||
363 | </tbody> | 372 | </tbody> |
364 | </tgroup> | 373 | </tgroup> |
365 | </table> | 374 | </table> |