]> git.hungrycats.org Git - linux/commitdiff
[PATCH] V4L/DVB (3324): Fix Samsung tuner frequency ranges
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 21 Mar 2006 03:34:54 +0000 (22:34 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Mar 2006 06:47:29 +0000 (22:47 -0800)
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>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/tuner-types.c

index 6fe781798d89e14dcea1a2b00f6165afa9ca7ad3..5f3d46d98bb3131116e0cd6b1dbba2adf1f48f6a 100644 (file)
@@ -1087,8 +1087,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 * 175.75 /*MHz*/, 0x01, },
-       { 16 * 410.25 /*MHz*/, 0x02, },
+       { 16 * 130.00 /*MHz*/, 0x01, },
+       { 16 * 364.50 /*MHz*/, 0x02, },
        { 16 * 999.99        , 0x08, },
 };