Mailing List archive

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

[linux-dvb] Re: DVB-Dec Hauppauge! DEC 3000-S (Technotrend)



Ernst Peinlich wrote:
> 
> --- ttusb_dec.c.org	2004-03-31 11:55:34.000000000 +0200
> +++ ttusb_dec.c	2004-04-28 10:01:31.000000000 +0200
> @@ -1659,7 +1659,7 @@
>  			p->u.qam.symbol_rate);
>  		dprintk("            inversion->%d\n", p->inversion);
>  
> -		freq = htonl(p->frequency * 1000 +
> +		freq = htonl(p->frequency +
>  		       (dec->hi_band ? LOF_HI : LOF_LO));
>  		memcpy(&b[4], &freq, sizeof(u32));
>  		sym_rate = htonl(p->u.qam.symbol_rate);

Thanks, I've comitted this to CVS.

Johannes


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



Home | Main Index | Thread Index