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>
This commit is contained in:
Hans Verkuil 2007-07-20 06:53:23 -03:00 committed by Mauro Carvalho Chehab
parent 469ba047c0
commit b4c85248af
1 changed files with 3 additions and 0 deletions

View File

@ -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,
},
};