If you have a Samsung NTSC or PAL tuner (TCPN2221P30A or TCPG62221P30A) 
then please test the attached patch (against ivtv-0.4.5). It turns on 
the Low Noise Amplifier of these tuners which should result in a better 
picture.

What I would like to know if this patch causes any adverse effects: e.g. 
channels that were good originally are now degraded instead of 
improved.

Thanks,

        Hans
Index: tveeprom.c
===================================================================
--- tveeprom.c	(revision 3304)
+++ tveeprom.c	(working copy)
@@ -240,7 +240,7 @@
 	{ TUNER_LG_PAL_NEW_TAPC, "TCL 2002MI 3"},
 	{ TUNER_TCL_2002N,     "TCL 2002N 6A"},
 	{ TUNER_ABSENT,        "Philips FQ1236 MK3"},
-	{ TUNER_SAMSUNG_TCPN_2121P30A,  "Samsung TCPN 2121P30A"},
+	{ TUNER_SAMSUNG_TCPN_2221P30A,  "Samsung TCPN 2221P30A"},
 	{ TUNER_ABSENT,        "Samsung TCPE 4121P30A"},
 	{ TUNER_PHILIPS_FM1216ME_MK3, "TCL MFPE05 2"},
 	/* 90-99 */
@@ -250,7 +250,7 @@
 	{ TUNER_ABSENT,        "Philips FQ1286A MK4"},
 	{ TUNER_ABSENT,        "Philips FQ1216ME MK5"},
 	{ TUNER_ABSENT,        "Philips FQ1236 MK5"},
-	{ TUNER_SAMSUNG_TCPG_6121P30A, "Samsung TCPG_6121P30A"},
+	{ TUNER_SAMSUNG_TCPG_6221P30A, "Samsung TCPG 6221P30A"},
 	{ TUNER_TCL_2002MB,    "TCL 2002MB_3H"},
         { TUNER_ABSENT,        "TCL 2002MI_3H"},
         { TUNER_TCL_2002N,     "TCL 2002N 5H"},
Index: tuner.h
===================================================================
--- tuner.h	(revision 3304)
+++ tuner.h	(working copy)
@@ -91,8 +91,8 @@
 
 #define TUNER_LG_NTSC_TALN_MINI 66
 #define TUNER_PHILIPS_TD1316            67
-#define TUNER_SAMSUNG_TCPN_2121P30A     68
-#define TUNER_SAMSUNG_TCPG_6121P30A     69
+#define TUNER_SAMSUNG_TCPN_2221P30A     68
+#define TUNER_SAMSUNG_TCPG_6221P30A     69
 
 #define NOTUNER 0
 #define PAL     1		/* PAL_BG */
Index: tuner.c
===================================================================
--- tuner.c	(revision 3304)
+++ tuner.c	(working copy)
@@ -332,10 +332,10 @@
 	  16*150.00,16*425.00,0x01,0x02,0x08,0x8e,732 },
         { "Philips TD1316 Hybrid Tuner", Philips, PAL,
           16*160.00,16*442.00,0xa1,0xa2,0xa4,0xc8,623 },
-	{ "Samsung TCPN 2121P30A", Samsung, NTSC,
-	  16 * 130.00, 16 * 364.5, 0x01, 0x02, 0x08, 0xce, 732},
-	{ "Samsung TCPG 6121P30A", Samsung, PAL,
-	  16 * 146.25, 16 * 428.5, 0x01, 0x02, 0x08, 0xce, 623},
+	{ "Samsung TCPN 2221P30A", Samsung, NTSC,
+	  16 * 130.00, 16 * 364.5, 0x01+4, 0x02+4, 0x08+4, 0xce, 732},
+	{ "Samsung TCPG 6221P30A", Samsung, PAL,
+	  16 * 146.25, 16 * 428.5, 0x01+4, 0x02+4, 0x08+4, 0xce, 623},
 };
 
 #define TUNERS ARRAY_SIZE(tuners)
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to