diff options
Diffstat (limited to 'include/linux/dvb/frontend.h')
| -rw-r--r-- | include/linux/dvb/frontend.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index cb114f52ccf..b2a939f8f1e 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
| @@ -337,7 +337,7 @@ typedef enum fe_rolloff { | |||
| 337 | 337 | ||
| 338 | typedef enum fe_delivery_system { | 338 | typedef enum fe_delivery_system { |
| 339 | SYS_UNDEFINED, | 339 | SYS_UNDEFINED, |
| 340 | SYS_DVBC_ANNEX_AC, | 340 | SYS_DVBC_ANNEX_A, |
| 341 | SYS_DVBC_ANNEX_B, | 341 | SYS_DVBC_ANNEX_B, |
| 342 | SYS_DVBT, | 342 | SYS_DVBT, |
| 343 | SYS_DSS, | 343 | SYS_DSS, |
| @@ -354,8 +354,13 @@ typedef enum fe_delivery_system { | |||
| 354 | SYS_DAB, | 354 | SYS_DAB, |
| 355 | SYS_DVBT2, | 355 | SYS_DVBT2, |
| 356 | SYS_TURBO, | 356 | SYS_TURBO, |
| 357 | SYS_DVBC_ANNEX_C, | ||
| 357 | } fe_delivery_system_t; | 358 | } fe_delivery_system_t; |
| 358 | 359 | ||
| 360 | |||
| 361 | #define SYS_DVBC_ANNEX_AC SYS_DVBC_ANNEX_A | ||
| 362 | |||
| 363 | |||
| 359 | struct dtv_cmds_h { | 364 | struct dtv_cmds_h { |
| 360 | char *name; /* A display name for debugging purposes */ | 365 | char *name; /* A display name for debugging purposes */ |
| 361 | 366 | ||
