diff options
author | Antti Palosaari <crope@iki.fi> | 2014-02-26 18:30:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-13 09:26:45 -0400 |
commit | 8dfe644bf6c696b0f24d57f87fe25aea6cecb96a (patch) | |
tree | 8ef83f5d4b749a736004c0d0cfbcc97473c476cd /Documentation/DocBook | |
parent | 835b87c7adecef13bbc2a32c8e8437201144e9c4 (diff) |
[media] DocBook: media: add some general info about RF tuners
Add some info what is RF tuner in context of V4L RF tuner class.
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.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 282f0a50433a..8c62ead889e4 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
@@ -5013,8 +5013,27 @@ defines possible values for de-emphasis. Here they are:</entry> | |||
5013 | <section id="rf-tuner-controls"> | 5013 | <section id="rf-tuner-controls"> |
5014 | <title>RF Tuner Control Reference</title> | 5014 | <title>RF Tuner Control Reference</title> |
5015 | 5015 | ||
5016 | <para>The RF Tuner (RF_TUNER) class includes controls for common features | 5016 | <para> |
5017 | of devices having RF tuner.</para> | 5017 | The RF Tuner (RF_TUNER) class includes controls for common features of devices |
5018 | having RF tuner. | ||
5019 | </para> | ||
5020 | <para> | ||
5021 | In this context, RF tuner is radio receiver circuit between antenna and | ||
5022 | demodulator. It receives radio frequency (RF) from the antenna and converts that | ||
5023 | received signal to lower intermediate frequency (IF) or baseband frequency (BB). | ||
5024 | Tuners that could do baseband output are often called Zero-IF tuners. Older | ||
5025 | tuners were typically simple PLL tuners inside a metal box, whilst newer ones | ||
5026 | are highly integrated chips without a metal box "silicon tuners". These controls | ||
5027 | are mostly applicable for new feature rich silicon tuners, just because older | ||
5028 | tuners does not have much adjustable features. | ||
5029 | </para> | ||
5030 | <para> | ||
5031 | For more information about RF tuners see | ||
5032 | <ulink url="http://en.wikipedia.org/wiki/Tuner_%28radio%29">Tuner (radio)</ulink> | ||
5033 | and | ||
5034 | <ulink url="http://en.wikipedia.org/wiki/RF_front_end">RF front end</ulink> | ||
5035 | from Wikipedia. | ||
5036 | </para> | ||
5018 | 5037 | ||
5019 | <table pgwide="1" frame="none" id="rf-tuner-control-id"> | 5038 | <table pgwide="1" frame="none" id="rf-tuner-control-id"> |
5020 | <title>RF_TUNER Control IDs</title> | 5039 | <title>RF_TUNER Control IDs</title> |