diff options
-rw-r--r-- | drivers/media/video/tuner-types.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index 417f642b435..53a99b39387 100644 --- a/drivers/media/video/tuner-types.c +++ b/drivers/media/video/tuner-types.c | |||
@@ -670,6 +670,9 @@ static struct tuner_params tuner_panasonic_vp27_params[] = { | |||
670 | .count = ARRAY_SIZE(tuner_panasonic_vp27_ntsc_ranges), | 670 | .count = ARRAY_SIZE(tuner_panasonic_vp27_ntsc_ranges), |
671 | .has_tda9887 = 1, | 671 | .has_tda9887 = 1, |
672 | .intercarrier_mode = 1, | 672 | .intercarrier_mode = 1, |
673 | .default_top_low = -3, | ||
674 | .default_top_mid = -3, | ||
675 | .default_top_high = -3, | ||
673 | }, | 676 | }, |
674 | }; | 677 | }; |
675 | 678 | ||