Mailing List archive

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

[linux-dvb] Re: Bug in software demux still in 2.6.10



emard@softhome.net wrote:
> Here's only the pusi_seen01.diff patch, 
> tabs and comments are still in old style
> to be fixed later

I committed this anyway. The last hunk did not apply, however:

> diff -pur dvb-kernel.orig/linux/drivers/media/dvb/ttpci/av7110.c dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c
> --- dvb-kernel.orig/linux/drivers/media/dvb/ttpci/av7110.c	2005-01-05 01:21:33.000000000 +0100
> +++ dvb-kernel/linux/drivers/media/dvb/ttpci/av7110.c	2005-01-05 01:21:55.000000000 +0100
> @@ -1198,6 +1198,7 @@ static int budget_start_feed(struct dvb_
>  		return -EINVAL;
>  #endif
>  	spin_lock(&budget->feedlock1);
> +	feed->pusi_seen = 0; /* have a clean section start */
>  	status = start_ts_capture(budget);
>  	spin_unlock(&budget->feedlock1);
>  	return status;

Make sure you include this in your budget-patch patch.

Johannes




Home | Main Index | Thread Index