Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] change "STEPSIZE = 0" in dvb_frontend.c for DVB-C (Siemens) very bad! (CVS-Driver > 13.05.2003)



Hello List!

I have testet the currend CVS-Driver!
If i start VDR and tune of DVB-C-Program, then very long tuning this 2-5 seconds!
I comment on the following, have I tune no more problems!
--- driver/dvb_frontend.c
+++ driver/dvb_frontend.c
@@ -393,6 +393,8 @@
if (fe->info->type == FE_QPSK)
stepsize = fe->parameters.u.qpsk.symbol_rate / 16000;
+ // else if (fe->info->type == FE_QAM)
+ // stepsize = 0;
else
stepsize = fe->info->frequency_stepsize * 2;

Somebody has the same problem ??



Uwe


____________________________________________________________________________ ________
auf nummer sicher studieren: mit der semester-police der ace insurance sind
studenten auch bei studienunterbrechungen und -abbruch durch krankheit oder
unfall rundum gut abgesichert: http://www.firstcampus.com/de/semesterpolice


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index