<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>
<DIV>Found the problem I believe. The original code always ran dvb_frontend_swzigzag(fe) even if the algo is 0</DIV>
<DIV>This fixes the issue for me.</DIV>
<DIV> </DIV>
<DIV>--- dvb_frontend.c 2008-12-01 12:07:28.000000000 -0500<BR>+++ /dvb_frontend.c 2008-12-01 12:07:16.000000000 -0500<BR>@@ -645,6 +645,8 @@<BR> break;<BR> default:<BR> dprintk("%s: UNDEFINED ALGO !\n", __func__);<BR>+
dvb_frontend_swzigzag(fe);<BR> break;<BR> }<BR> } else {<BR><BR></DIV></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
</FONT></DIV></DIV></div></body></html>