diff options
author | Michael Krufky <devnull@localhost> | 2006-01-15 18:04:04 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-15 18:04:04 +0000 |
commit | 4b75f0057822beae585e18cc0231bacb600142a6 (patch) | |
tree | 0fd4eed330b7afafa6b6938bd079e498577c2726 /linux | |
parent | f79371a7ddc4f447ce1aeb6b43cd4a6441d53c08 (diff) | |
download | mediapointer-dvb-s2-4b75f0057822beae585e18cc0231bacb600142a6.tar.gz mediapointer-dvb-s2-4b75f0057822beae585e18cc0231bacb600142a6.tar.bz2 |
tuner_params->tda988x is unused right now, so we disable it for 2.6.16
- 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>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/include/media/tuner-types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/include/media/tuner-types.h b/linux/include/media/tuner-types.h index c89a60e8e..3b350ae1a 100644 --- a/linux/include/media/tuner-types.h +++ b/linux/include/media/tuner-types.h @@ -29,7 +29,9 @@ struct tuner_range { struct tuner_params { enum param_type type; +#if 0 /* disabled for 2.6.16 merge window, since it's unused */ unsigned int tda988x; +#endif /* Many Philips based tuners have a comment like this in their * datasheet: * @@ -41,7 +43,7 @@ struct tuner_params { * will result in very low tuning voltage which may drive the * oscillator to extreme conditions. * - * Set cb_first_if_lower_freq to 1, if this check is + * Set cb_first_if_lower_freq to 1, if this check is * required for this tuner. * * I tested this for PAL by first setting the TV frequency to |