diff options
author | Antti Palosaari <crope@iki.fi> | 2014-01-31 21:27:19 -0300 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:54:49 +0900 |
commit | ccb5041a2d7a598a91ba2b06480a4a17549df793 (patch) | |
tree | 02b93b4e26be29b47c47a1fb836265054336282c /Documentation | |
parent | 3d93af75d98ffdc099764bdec0b8b02cba05c8ef (diff) | |
download | linux-3.10-ccb5041a2d7a598a91ba2b06480a4a17549df793.tar.gz linux-3.10-ccb5041a2d7a598a91ba2b06480a4a17549df793.tar.bz2 linux-3.10-ccb5041a2d7a598a91ba2b06480a4a17549df793.zip |
upstream: [media] DocBook: media: document V4L2_CTRL_CLASS_RF_TUNER
It is class for RF tuner specific controls, like gain controls,
filters, signal strength.
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')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml index b3bb9575b2e..e9f6735c082 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml @@ -327,7 +327,12 @@ These controls are described in <xref These controls are described in <xref linkend="fm-rx-controls" />.</entry> </row> - + <row> + <entry><constant>V4L2_CTRL_CLASS_RF_TUNER</constant></entry> + <entry>0xa20000</entry> + <entry>The class containing RF tuner controls. +These controls are described in <xref linkend="rf-tuner-controls" />.</entry> + </row> </tbody> </tgroup> </table> |