diff options
author | Antti Palosaari <crope@iki.fi> | 2013-12-19 23:52:29 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-05 12:17:11 -0500 |
commit | b36514da98d5b5efafefcfe4fc6a2214e7e52a7f (patch) | |
tree | e0531596be0659788c26e6552453b06671599d51 /Documentation/video4linux | |
parent | cdca2aabd15800ae1c9cda8d9059505f56fe4485 (diff) |
[media] v4l2-framework.txt: add SDR device type
Add SDR device type to v4l2-framework.txt document.
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/video4linux')
-rw-r--r-- | Documentation/video4linux/v4l2-framework.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/video4linux/v4l2-framework.txt b/Documentation/video4linux/v4l2-framework.txt index 6c4866b49eb5..ae3a2cc4f3ed 100644 --- a/Documentation/video4linux/v4l2-framework.txt +++ b/Documentation/video4linux/v4l2-framework.txt | |||
@@ -768,6 +768,7 @@ types exist: | |||
768 | VFL_TYPE_GRABBER: videoX for video input/output devices | 768 | VFL_TYPE_GRABBER: videoX for video input/output devices |
769 | VFL_TYPE_VBI: vbiX for vertical blank data (i.e. closed captions, teletext) | 769 | VFL_TYPE_VBI: vbiX for vertical blank data (i.e. closed captions, teletext) |
770 | VFL_TYPE_RADIO: radioX for radio tuners | 770 | VFL_TYPE_RADIO: radioX for radio tuners |
771 | VFL_TYPE_SDR: swradioX for Software Defined Radio tuners | ||
771 | 772 | ||
772 | The last argument gives you a certain amount of control over the device | 773 | The last argument gives you a certain amount of control over the device |
773 | device node number used (i.e. the X in videoX). Normally you will pass -1 | 774 | device node number used (i.e. the X in videoX). Normally you will pass -1 |