projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d77645
)
V4L/DVB (3324): Fix Samsung tuner frequency ranges
author
Hans Verkuil
<hverkuil@xs4all.nl>
Mon, 6 Feb 2006 21:52:24 +0000
(23:52 +0200)
committer
Mauro Carvalho Chehab
<mchehab@brturbo.com.br>
Tue, 7 Feb 2006 09:40:51 +0000
(07:40 -0200)
Forgot to take the NTSC frequency offset into account.
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 9786e590624a4cd97f51d9236651d8cfd1f3a92a..a90bc04cf80757b5ab373f5a842e2b7b1705c442 100644
(file)
--- a/
drivers/media/video/tuner-types.c
+++ b/
drivers/media/video/tuner-types.c
@@
-970,8
+970,8
@@
static struct tuner_params tuner_tnf_5335mf_params[] = {
/* ------------ TUNER_SAMSUNG_TCPN_2121P30A - Samsung NTSC ------------ */
static struct tuner_range tuner_samsung_tcpn_2121p30a_ntsc_ranges[] = {
- { 16 * 1
75.75
/*MHz*/, 0xce, 0x01, },
- { 16 *
410.25
/*MHz*/, 0xce, 0x02, },
+ { 16 * 1
30.00
/*MHz*/, 0xce, 0x01, },
+ { 16 *
364.50
/*MHz*/, 0xce, 0x02, },
{ 16 * 999.99 , 0xce, 0x08, },
};