On 16 сентября 2009 09:28:14 gennady wrote: > Hi! > > My stv6110a tuner doesn't work. > > I see that there is problem with the divider calculation. > > > > The code gets the same value = 3 in any case: > > > > for (rDiv = 0; rDiv <= 3; rDiv++) > > { > > pCalc = (REFCLOCK_kHz / 100) / R_DIV(rDiv); > > > > if ((abs((s32)(pCalc - pVal))) < (abs((s32)(1000 - pVal)))) > > { > > rDivOpt = rDiv; > > } > > } > > > > As result is the wrong divider value. > > > > Is this driver working? > > > > > > Gennady. > > > > gennady@xxxxxxxxxxxxx Hi, Why do you not use stv6110 ? It definitely works. Igor -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html