diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-15 13:04:04 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-15 18:28:17 -0500 |
commit | de03d21b908bd4c49f1fe7b0c4dc5876551cf819 (patch) | |
tree | ff0891ef569bdb86dcf314add02e66d107e69045 /include/media | |
parent | 01872c5d253298b9f360c7c9b9f33504b6ad5469 (diff) |
V4L/DVB (3388): tuner_params->tda988x is currently unused, so disable
- Tuner_params->tda988x is unused right now, so let's disable it for 2.6.16
- This is currently happening at the card level, but the plan
is to move this configuration into the tuner_params configuration.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-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 |