aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-07 13:21:09 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-09 16:47:34 -0400
commitd21ddba826d8704525fa637e69cf90b8e034d94a (patch)
tree02071f25ff366f63bba0672a2bb8e444046af7d2 /include/uapi/linux/dvb
parentb35f6ba97882ef4e00c1faae1d66232f7314fe91 (diff)
[media] DocBook: properly document the delivery systems
Use a table for the delivery systems. The table is organized by the type (cable, satellite, terrestrial) and shows what standards are not fully implemented. 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 cdd9e2fc030d..66499f238204 100644
--- a/include/uapi/linux/dvb/frontend.h
+++ b/include/uapi/linux/dvb/frontend.h
@@ -416,7 +416,7 @@ enum fe_rolloff {
416 416
417typedef enum fe_rolloff fe_rolloff_t; 417typedef enum fe_rolloff fe_rolloff_t;
418 418
419typedef enum fe_delivery_system { 419enum fe_delivery_system {
420 SYS_UNDEFINED, 420 SYS_UNDEFINED,
421 SYS_DVBC_ANNEX_A, 421 SYS_DVBC_ANNEX_A,
422 SYS_DVBC_ANNEX_B, 422 SYS_DVBC_ANNEX_B,
@@ -436,7 +436,9 @@ typedef enum fe_delivery_system {
436 SYS_DVBT2, 436 SYS_DVBT2,
437 SYS_TURBO, 437 SYS_TURBO,
438 SYS_DVBC_ANNEX_C, 438 SYS_DVBC_ANNEX_C,
439} fe_delivery_system_t; 439};
440
441typedef enum fe_delivery_system fe_delivery_system_t;
440 442
441/* backward compatibility */ 443/* backward compatibility */
442#define SYS_DVBC_ANNEX_AC SYS_DVBC_ANNEX_A 444#define SYS_DVBC_ANNEX_AC SYS_DVBC_ANNEX_A