Skip to content

Commit

Permalink
V4L/DVB (5928): tuner: fix TOP values for the Panasonic VP27 tuner.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 469ba04 commit b4c8524
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/video/tuner-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down

0 comments on commit b4c8524

Please sign in to comment.