aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-07 10:18:16 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-09 16:47:33 -0400
commit448bac10318977e2c41548d7e6a1d87f9d48784d (patch)
treec96db73fccae5876348254c7a26d48d1a4f54547 /include/uapi/linux/dvb
parent8092cd7fc6b2153c41b24b4ec1d1342d14d12e1f (diff)
[media] DocBook: document DVB-S2 pilot in a table
Putting it into a table allows to comment each possible values, with makes more clear what field means. Also, it allows to do cross-references with the frontend.h. 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 3a7ff9002654..bb222eb04627 100644
--- a/include/uapi/linux/dvb/frontend.h
+++ b/include/uapi/linux/dvb/frontend.h
@@ -399,11 +399,13 @@ struct dvb_frontend_event {
399 399
400#define DTV_MAX_COMMAND DTV_STAT_TOTAL_BLOCK_COUNT 400#define DTV_MAX_COMMAND DTV_STAT_TOTAL_BLOCK_COUNT
401 401
402typedef enum fe_pilot { 402enum fe_pilot {
403 PILOT_ON, 403 PILOT_ON,
404 PILOT_OFF, 404 PILOT_OFF,
405 PILOT_AUTO, 405 PILOT_AUTO,
406} fe_pilot_t; 406};
407
408typedef enum fe_pilot fe_pilot_t;
407 409
408typedef enum fe_rolloff { 410typedef enum fe_rolloff {
409 ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */ 411 ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */