Found the problem I believe. The original code always ran dvb_frontend_swzigzag(fe) even if the algo is 0
This fixes the issue for me.
--- dvb_frontend.c 2008-12-01 12:07:28.000000000 -0500
+++ /dvb_frontend.c 2008-12-01 12:07:16.000000000 -0500
@@ -645,6 +645,8 @@
break;
default:
dprintk("%s: UNDEFINED ALGO !\n", __func__);
+ dvb_frontend_swzigzag(fe);
break;
}
} else {
+++ /dvb_frontend.c 2008-12-01 12:07:16.000000000 -0500
@@ -645,6 +645,8 @@
break;
default:
dprintk("%s: UNDEFINED ALGO !\n", __func__);
+ dvb_frontend_swzigzag(fe);
break;
}
} else {
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb