Mailing List archive

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

[linux-dvb] Re: [PATCH] Skystar2 pid filters reorganization



I think I found the DMA bug: it's adapter->capturing:
It's set to 1 in open_stream, and set to 0 in close_stream, resulting
in a stop of the dma; instead, it should be incremented in open_stream,
decremented in close_stream, and dma should only be stopped if it
reaches 0.
scan is working without any problems now ;-))

Wolfgang


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



Home | Main Index | Thread Index