diff options
-rw-r--r-- | include/media/tuner-types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h index 9f0e9c1cb6ff..15821ab14a9e 100644 --- a/include/media/tuner-types.h +++ b/include/media/tuner-types.h | |||
@@ -19,7 +19,6 @@ struct tuner_range { | |||
19 | 19 | ||
20 | struct tuner_params { | 20 | struct tuner_params { |
21 | enum param_type type; | 21 | enum param_type type; |
22 | unsigned int tda988x; | ||
23 | /* Many Philips based tuners have a comment like this in their | 22 | /* Many Philips based tuners have a comment like this in their |
24 | * datasheet: | 23 | * datasheet: |
25 | * | 24 | * |
@@ -31,7 +30,7 @@ struct tuner_params { | |||
31 | * will result in very low tuning voltage which may drive the | 30 | * will result in very low tuning voltage which may drive the |
32 | * oscillator to extreme conditions. | 31 | * oscillator to extreme conditions. |
33 | * | 32 | * |
34 | * Set cb_first_if_lower_freq to 1, if this check is | 33 | * Set cb_first_if_lower_freq to 1, if this check is |
35 | * required for this tuner. | 34 | * required for this tuner. |
36 | * | 35 | * |
37 | * I tested this for PAL by first setting the TV frequency to | 36 | * I tested this for PAL by first setting the TV frequency to |