[linux-dvb] [PATCH] New sweeprate for stv0297.c
Per Dalén
perda at oden.cnwab.se
Wed May 10 08:18:13 CEST 2006
Hi,
This patch changes the sweeprate for TT C1500 using QAM64.
It has been proven to work using QAM64 at a SRate of 6875 for the two
different cable networks.
The patch is similar to the one made in february -06 made by Michael
Krufky, "Technotrend C1500 budget dvb-c with QAM128 channels"
(http://linuxtv.org/pipermail/linux-dvb/2006-February/008477.html).
Signed-off-by: Per Dalén <perda at oden.cnwab.se>
Regards
Per Dalén
-------------- next part --------------
diff -urN hg-v4l-dvb-639a712e9694.org/linux/drivers/media/dvb/frontends/stv0297.c hg-v4l-dvb-639a712e9694/linux/drivers/media/dvb/frontends/stv0297.c
--- hg-v4l-dvb-639a712e9694.org/linux/drivers/media/dvb/frontends/stv0297.c 2006-05-09 21:32:15.000000000 +0200
+++ hg-v4l-dvb-639a712e9694/linux/drivers/media/dvb/frontends/stv0297.c 2006-05-09 21:33:53.000000000 +0200
@@ -401,7 +401,7 @@
case QAM_32:
case QAM_64:
delay = 100;
- sweeprate = 1500;
+ sweeprate = 1000;
break;
case QAM_128:
More information about the linux-dvb
mailing list