Mailing List archive

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

[linux-dvb] Re: PATCH: pctvsat minor fix



On Sun, Mar 28, 2004 at 01:47:58PM +0200, Peter Hettkamp wrote:
> Hello,
> 
> I have a small fix for the "kdvb-fe taking too much CPU power" issue on
> cx24110-based cards:
> 
> --- /usr/src/linux/drivers/media/dvb/frontends/cx24110.c~       Fri Jan  9 07:59:05 2004
> +++ /usr/src/linux/drivers/media/dvb/frontends/cx24110.c        Sun Jan 25 13:30:42 2004
> @@ -59,7 +59,7 @@
>         .caps = FE_CAN_INVERSION_AUTO |
>                 FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
>                 FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |
> -               FE_CAN_QPSK |
> +               FE_CAN_QPSK | FE_CAN_RECOVER |
>                 FE_CAN_CLEAN_SETUP
>  };
>  /* fixme: are these values correct? especially ..._tolerance and caps */
> 
> CPU usage of the frontend thread is significantly reduced, no ill effects
> observed. Sorry, I cannot check this in into the cvs myself at this time.

Comitted.

Thanks,
Johannes


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



Home | Main Index | Thread Index