diff options
| author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-07 10:59:27 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 16:47:34 -0400 |
| commit | b35f6ba97882ef4e00c1faae1d66232f7314fe91 (patch) | |
| tree | 54ea9a3185635470e10cce96314a50a1318c7403 /include/uapi/linux | |
| parent | ff50574c1756fb54dd14a81296dff95c76f09c10 (diff) | |
[media] DocBook: better document the DVB-S2 rolloff factor
Instead of using a program listing, use a table and make clearer
what each define means.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/dvb/frontend.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index bb222eb04627..cdd9e2fc030d 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h | |||
| @@ -407,12 +407,14 @@ enum fe_pilot { | |||
| 407 | 407 | ||
| 408 | typedef enum fe_pilot fe_pilot_t; | 408 | typedef enum fe_pilot fe_pilot_t; |
| 409 | 409 | ||
| 410 | typedef enum fe_rolloff { | 410 | enum fe_rolloff { |
| 411 | ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */ | 411 | ROLLOFF_35, /* Implied value in DVB-S, default for DVB-S2 */ |
| 412 | ROLLOFF_20, | 412 | ROLLOFF_20, |
| 413 | ROLLOFF_25, | 413 | ROLLOFF_25, |
| 414 | ROLLOFF_AUTO, | 414 | ROLLOFF_AUTO, |
| 415 | } fe_rolloff_t; | 415 | }; |
| 416 | |||
| 417 | typedef enum fe_rolloff fe_rolloff_t; | ||
| 416 | 418 | ||
| 417 | typedef enum fe_delivery_system { | 419 | typedef enum fe_delivery_system { |
| 418 | SYS_UNDEFINED, | 420 | SYS_UNDEFINED, |
