projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469ba04
)
V4L/DVB (5928): tuner: fix TOP values for the Panasonic VP27 tuner.
author
Hans Verkuil
<hverkuil@xs4all.nl>
Fri, 20 Jul 2007 09:53:23 +0000
(06:53 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 10 Oct 2007 01:03:24 +0000
(22:03 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-types.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-types.c
b/drivers/media/video/tuner-types.c
index 417f642b435985bae6937070cc9fb83d55a2f2b1..53a99b39387fc948ed29a60bbb5d0856c1d1996a 100644
(file)
--- 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,
},
};