diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-26 06:07:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-27 09:17:12 -0400 |
commit | 3430b8e9aa9cc12bac8a7c2322579b4c3e7f62a7 (patch) | |
tree | 4d0b5bbcbe7b3f2283e6c73de624f38675362f6a /Documentation/media/uapi/dvb/frontend.rst | |
parent | e5707c9abfed046ffca52ad3a57baedf3a540b25 (diff) | |
download | blackbird-op-linux-3430b8e9aa9cc12bac8a7c2322579b4c3e7f62a7.tar.gz blackbird-op-linux-3430b8e9aa9cc12bac8a7c2322579b4c3e7f62a7.zip |
media: frontend.rst: fix supported delivery systems
The introduction for the frontend chapter is not quite
correct:
- it tells that it supports only three types of
delivery systems, in opposite to three *groups*;
- It adds ISDB-C to the list of supported systems,
but, this is not true.
Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/frontend.rst')
-rw-r--r-- | Documentation/media/uapi/dvb/frontend.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/media/uapi/dvb/frontend.rst b/Documentation/media/uapi/dvb/frontend.rst index e051a9012540..313f46a4c6a6 100644 --- a/Documentation/media/uapi/dvb/frontend.rst +++ b/Documentation/media/uapi/dvb/frontend.rst @@ -5,13 +5,15 @@ ################ DVB Frontend API ################ -The DVB frontend API was designed to support three types of delivery -systems: + +The DVB frontend API was designed to support three groups of delivery +systems: Terrestrial, cable and Satellite. Currently, the following +delivery systems are supported: - Terrestrial systems: DVB-T, DVB-T2, ATSC, ATSC M/H, ISDB-T, DVB-H, DTMB, CMMB -- Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B), ISDB-C +- Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B) - Satellite systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSS |