diff options
| author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-28 21:01:41 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 10:10:05 -0400 |
| commit | 903142e53c648ee61c00f5c3b420b16bc6336ad7 (patch) | |
| tree | 615e3bc16869f4acac868d73d04c158b581d43d8 /include/uapi/linux/dvb | |
| parent | 2d457b8a9054b9c5b1fcfbc5702b7d0e9f6cda2b (diff) | |
[media] DocBook: improve documentation for guard interval
Format it as a table and add more details, in special for
DTMB guard intervals.
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.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index 49f6e980125b..1d2b7c6dee04 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h | |||
| @@ -228,7 +228,7 @@ enum fe_bandwidth { | |||
| 228 | typedef enum fe_bandwidth fe_bandwidth_t; | 228 | typedef enum fe_bandwidth fe_bandwidth_t; |
| 229 | #endif | 229 | #endif |
| 230 | 230 | ||
| 231 | typedef enum fe_guard_interval { | 231 | enum fe_guard_interval { |
| 232 | GUARD_INTERVAL_1_32, | 232 | GUARD_INTERVAL_1_32, |
| 233 | GUARD_INTERVAL_1_16, | 233 | GUARD_INTERVAL_1_16, |
| 234 | GUARD_INTERVAL_1_8, | 234 | GUARD_INTERVAL_1_8, |
| @@ -240,8 +240,9 @@ typedef enum fe_guard_interval { | |||
| 240 | GUARD_INTERVAL_PN420, | 240 | GUARD_INTERVAL_PN420, |
| 241 | GUARD_INTERVAL_PN595, | 241 | GUARD_INTERVAL_PN595, |
| 242 | GUARD_INTERVAL_PN945, | 242 | GUARD_INTERVAL_PN945, |
| 243 | } fe_guard_interval_t; | 243 | }; |
| 244 | 244 | ||
| 245 | typedef enum fe_guard_interval fe_guard_interval_t; | ||
| 245 | 246 | ||
| 246 | typedef enum fe_hierarchy { | 247 | typedef enum fe_hierarchy { |
| 247 | HIERARCHY_NONE, | 248 | HIERARCHY_NONE, |
