Mailing List archive

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

[linux-dvb] Re: Bug in stv0299.c?



From: "Christian Gmeiner" <christian@visual-page.de>
> > Roberto Ragusa wrote:
> > > I found something strange in stv0299.c:
> > >   p->frequency += derot_freq;
> > >
> > > in FE_GET_FRONTEND doesn't look right.
> > > Maybe it should be
> > >   p->frequency = state->tuner_frequency + derot_freq;
> >
> > Well, I don't know. stv0299 works for me.
>
> For me too - where should there be an error?

What happens if you call FE_GET_FRONTEND several times? Will the frequency
offset be added each time and thus only be correct on the first call?

The derotator frequency offset must only be added to the original tuning
frequency.

Regards,« 
-- 
Robert Schlabbach
e-mail: robert_s@gmx.net
Berlin, Germany






Home | Main Index | Thread Index