aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-02-04 21:15:22 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-13 09:26:42 -0400
commit982b5ee9a91790c77a5f7637ce48e9be441ddc47 (patch)
treeaf907f00730519030210514bcf4807423540164f /Documentation/DocBook
parentc4d28cc79be8f9156fbb76874a84263872ea52b8 (diff)
[media] DocBook: document RF tuner bandwidth controls
Add documentation for RF tuner bandwidth controls. These controls are used to set filters on tuner signal path. Cc: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/media/v4l/controls.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml
index 0340b9620d7a..7789215e2b62 100644
--- a/Documentation/DocBook/media/v4l/controls.xml
+++ b/Documentation/DocBook/media/v4l/controls.xml
@@ -5045,6 +5045,25 @@ descriptor. Calling &VIDIOC-QUERYCTRL; for this control will return a
5045description of this control class.</entry> 5045description of this control class.</entry>
5046 </row> 5046 </row>
5047 <row> 5047 <row>
5048 <entry spanname="id"><constant>V4L2_CID_RF_TUNER_BANDWIDTH_AUTO</constant>&nbsp;</entry>
5049 <entry>boolean</entry>
5050 </row>
5051 <row>
5052 <entry spanname="descr">Enables/disables tuner radio channel
5053bandwidth configuration. In automatic mode bandwidth configuration is performed
5054by the driver.</entry>
5055 </row>
5056 <row>
5057 <entry spanname="id"><constant>V4L2_CID_RF_TUNER_BANDWIDTH</constant>&nbsp;</entry>
5058 <entry>integer</entry>
5059 </row>
5060 <row>
5061 <entry spanname="descr">Filter(s) on tuner signal path are used to
5062filter signal according to receiving party needs. Driver configures filters to
5063fulfill desired bandwidth requirement. Used when V4L2_CID_RF_TUNER_BANDWIDTH_AUTO is not
5064set. The range and step are driver-specific.</entry>
5065 </row>
5066 <row>
5048 <entry spanname="id"><constant>V4L2_CID_RF_TUNER_LNA_GAIN_AUTO</constant>&nbsp;</entry> 5067 <entry spanname="id"><constant>V4L2_CID_RF_TUNER_LNA_GAIN_AUTO</constant>&nbsp;</entry>
5049 <entry>boolean</entry> 5068 <entry>boolean</entry>
5050 </row> 5069 </row>