--- zzzz-none-000/linux-3.10.107/Documentation/DocBook/media/v4l/vidioc-g-modulator.xml 2017-06-27 09:49:32.000000000 +0000
+++ scorpion-7490-727/linux-3.10.107/Documentation/DocBook/media/v4l/vidioc-g-modulator.xml 2021-02-04 17:41:59.000000000 +0000
@@ -78,6 +78,12 @@
this is a write-only ioctl, it does not return the actual audio
modulation selected.
+ SDR specific modulator types are
+V4L2_TUNER_SDR and V4L2_TUNER_RF.
+For SDR devices txsubchans field must be
+initialized to zero.
+The term 'modulator' means SDR transmitter in this context.
+
To change the radio frequency the &VIDIOC-S-FREQUENCY; ioctl
is available.
@@ -113,7 +119,8 @@
The lowest tunable frequency in units of 62.5
KHz, or if the capability flag
V4L2_TUNER_CAP_LOW is set, in units of 62.5
-Hz.
+Hz, or if the capability flag
+V4L2_TUNER_CAP_1HZ is set, in units of 1 Hz.
__u32
@@ -121,7 +128,8 @@
The highest tunable frequency in units of 62.5
KHz, or if the capability flag
V4L2_TUNER_CAP_LOW is set, in units of 62.5
-Hz.
+Hz, or if the capability flag
+V4L2_TUNER_CAP_1HZ is set, in units of 1 Hz.
__u32
@@ -138,7 +146,13 @@
__u32
- reserved[4]
+ type
+ Type of the modulator, see .
+
+
+ __u32
+ reserved[3]Reserved for future extensions. Drivers and
applications must set the array to zero.