diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-20 13:53:23 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 05:03:24 +0400 |
commit | b4c85248afcc5265ce8c36b9c15e40e6a92b5ae7 (patch) | |
tree | 227196e9ff6416829dca7ef3719b373934abea51 /drivers/media/video | |
parent | 469ba047c08669f364c2616967e8494b1f3ef21c (diff) | |
download | linux-b4c85248afcc5265ce8c36b9c15e40e6a92b5ae7.tar.xz |
V4L/DVB (5928): tuner: fix TOP values for the Panasonic VP27 tuner.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-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 417f642b4359..53a99b39387f 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[] = { .count = ARRAY_SIZE(tuner_panasonic_vp27_ntsc_ranges), .has_tda9887 = 1, .intercarrier_mode = 1, + .default_top_low = -3, + .default_top_mid = -3, + .default_top_high = -3, }, }; |