aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-28 21:06:56 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-30 10:11:35 -0400
commit9df4fc5b8f34383d116a160809e782b4ca50a808 (patch)
tree00e2d22de7199a13cc4f5be1ce54d4ed03d2c022 /include/uapi/linux/dvb
parent903142e53c648ee61c00f5c3b420b16bc6336ad7 (diff)
[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 'include/uapi/linux/dvb')
-rw-r--r--include/uapi/linux/dvb/frontend.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h
index 1d2b7c6dee04..3a7ff9002654 100644
--- a/include/uapi/linux/dvb/frontend.h
+++ b/include/uapi/linux/dvb/frontend.h
@@ -244,13 +244,15 @@ enum fe_guard_interval {
244 244
245typedef enum fe_guard_interval fe_guard_interval_t; 245typedef enum fe_guard_interval fe_guard_interval_t;
246 246
247typedef enum fe_hierarchy { 247enum fe_hierarchy {
248 HIERARCHY_NONE, 248 HIERARCHY_NONE,
249 HIERARCHY_1, 249 HIERARCHY_1,
250 HIERARCHY_2, 250 HIERARCHY_2,
251 HIERARCHY_4, 251 HIERARCHY_4,
252 HIERARCHY_AUTO 252 HIERARCHY_AUTO
253} fe_hierarchy_t; 253};
254
255typedef enum fe_hierarchy fe_hierarchy_t;
254 256
255enum fe_interleaving { 257enum fe_interleaving {
256 INTERLEAVING_NONE, 258 INTERLEAVING_NONE,