[linux-dvb] Patch: TT FF - VDSB error in VDR

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

 



Martin Binder (AON) wrote:
> there had been a problem in VDR configurations with one FF and one
> Budget-Card (error: "video data stream broken", when recording is
> started = VDSB - error). This problem has been solved by Oliver
> Endriss with a patch for the budget-driver. 
> 
> I have a configuration: 2 FF + 1 Budget; here this error appeared
> regularly. So i adopted the patch from Oliver an applied it to the
> FF-Card driver. This works now for a couple of weeks without
> VDSB-error.
> 
> Could you someone apply this patch to the CVS?

--- av7110.c.ori        2005-05-02 21:19:21.000000000 +0200
+++ av7110.c    2005-05-02 21:25:07.000000000 +0200
@@ -1175,6 +1175,7 @@
        memset(budget->grabbing, 0x00, TS_HEIGHT * TS_WIDTH);
        budget->tsf = 0xff;
        budget->ttbp = 0;
+       SAA7146_ISR_CLEAR(budget->dev, MASK_10); /* VPE */
        SAA7146_IER_ENABLE(budget->dev, MASK_10); /* VPE */
        saa7146_write(budget->dev, MC1, (MASK_04 | MASK_20)); /* DMA3 on */
        return ++budget->feeding1;

start_ts_capture() is only used on FF cards with the budget-patch hardware
modification. Unless you have that modification this patch hardly could have
cured your VDSB problems.

Johannes



[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux