[linux-dvb] buffer underruns with budget-av/-ci (vpeirq)
Oliver Endriss
o.endriss at gmx.de
Tue Oct 31 08:35:55 CET 2006
Matthias Dahl wrote:
> Hi again.
>
> > You could replace "tasklet_schedule" by "tasklet_hi_schedule" in
> > budget-core.c. This would give VPE processing a higher priority.
>
> Just gave that a try... no change at all.
You could also bypass tasklet processing completely, i.e.
replace
tasklet_schedule(&budget->vpe_tasklet);
by
vpeirq(budget);
But that's bad programming style. ;-)
Oliver
--
--------------------------------------------------------
VDR Remote Plugin 0.3.8 available at
http://www.escape-edv.de/endriss/vdr/
--------------------------------------------------------
More information about the linux-dvb
mailing list