diff options
author | Antti Palosaari <crope@iki.fi> | 2014-01-13 22:03:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-05 14:17:00 -0300 |
commit | cdca2aabd15800ae1c9cda8d9059505f56fe4485 (patch) | |
tree | e67e56fe9c1c375f003983c279cfedcfbbc39592 /Documentation/DocBook/media/v4l/dev-sdr.xml | |
parent | 559f40fe0c5469d9080e3fa70638199c26cc460c (diff) | |
download | op-kernel-dev-cdca2aabd15800ae1c9cda8d9059505f56fe4485.zip op-kernel-dev-cdca2aabd15800ae1c9cda8d9059505f56fe4485.tar.gz |
[media] DocBook: mark SDR API as Experimental
Let it be experimental still as all SDR drivers are in staging.
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/dev-sdr.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/dev-sdr.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/dev-sdr.xml b/Documentation/DocBook/media/v4l/dev-sdr.xml index 332b87f..ac9f1af 100644 --- a/Documentation/DocBook/media/v4l/dev-sdr.xml +++ b/Documentation/DocBook/media/v4l/dev-sdr.xml @@ -1,5 +1,11 @@ <title>Software Defined Radio Interface (SDR)</title> + <note> + <title>Experimental</title> + <para>This is an <link linkend="experimental"> experimental </link> + interface and may change in the future.</para> + </note> + <para> SDR is an abbreviation of Software Defined Radio, the radio device which uses application software for modulation or demodulation. This interface |