diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-17 18:36:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-20 08:50:23 -0500 |
commit | fd66c45dd51000ff444231a94ac15ccab8cffd3d (patch) | |
tree | 9f54f08e52b38c936329a85a396abd98369be048 /include/linux/dvb | |
parent | 669a4ba44d6054f147ef123b0c9a640e49c518e0 (diff) |
[media] Remove Annex A/C selection via roll-off factor
Instead of using a roll-off factor, change DRX-K & friends to select
the bandwidth filter and the Nyquist half roll-off via delivery system.
This provides a cleaner support for Annex A/C switch.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r-- | include/linux/dvb/frontend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index b2a939f8f1e..a3c762383f8 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -331,8 +331,6 @@ typedef enum fe_rolloff { | |||
331 | ROLLOFF_20, | 331 | ROLLOFF_20, |
332 | ROLLOFF_25, | 332 | ROLLOFF_25, |
333 | ROLLOFF_AUTO, | 333 | ROLLOFF_AUTO, |
334 | ROLLOFF_15, /* DVB-C Annex A */ | ||
335 | ROLLOFF_13, /* DVB-C Annex C */ | ||
336 | } fe_rolloff_t; | 334 | } fe_rolloff_t; |
337 | 335 | ||
338 | typedef enum fe_delivery_system { | 336 | typedef enum fe_delivery_system { |