Skip to content

Commit

Permalink
V4L/DVB (3388): tuner_params->tda988x is currently unused, so disable
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 15, 2006
1 parent 01872c5 commit de03d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/media/tuner-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ struct tuner_range {

struct tuner_params {
enum param_type type;
unsigned int tda988x;
/* Many Philips based tuners have a comment like this in their
* datasheet:
*
Expand All @@ -31,7 +30,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
Expand Down

0 comments on commit de03d21

Please sign in to comment.