diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-28 22:06:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 11:11:35 -0300 |
commit | 9df4fc5b8f34383d116a160809e782b4ca50a808 (patch) | |
tree | 00e2d22de7199a13cc4f5be1ce54d4ed03d2c022 /Documentation/DocBook/media/dvb/frontend.xml | |
parent | 903142e53c648ee61c00f5c3b420b16bc6336ad7 (diff) | |
download | linux-9df4fc5b8f34383d116a160809e782b4ca50a808.tar.gz linux-9df4fc5b8f34383d116a160809e782b4ca50a808.tar.bz2 linux-9df4fc5b8f34383d116a160809e782b4ca50a808.zip |
[media] DocBook: improve documentation for hierarchy
Format it as a table and links it with the legacy API xml.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/frontend.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/frontend.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml index a005c4b472f5..d81b3ff33295 100644 --- a/Documentation/DocBook/media/dvb/frontend.xml +++ b/Documentation/DocBook/media/dvb/frontend.xml @@ -56,24 +56,6 @@ specification is available at &sub-dvbproperty; -<section> -<title>More OFDM parameters</title> - -<section id="fe-hierarchy-t"> -<title>frontend hierarchy</title> -<programlisting> -typedef enum fe_hierarchy { - HIERARCHY_NONE, - HIERARCHY_1, - HIERARCHY_2, - HIERARCHY_4, - HIERARCHY_AUTO - } fe_hierarchy_t; -</programlisting> -</section> - -</section> - <section id="frontend_fcalls"> <title>Frontend Function Calls</title> |