asi: call asi_Reset() on transport errors iso dvb_Reset()
The demuxer calls dvb_Reset() even when reading from an ASI device. The dvb_Reset() tried to retune using FrontendSet() that issues an IOCTL FE_GET_INFO. When reading from an ASI card there is no such IOCTL. This patch adds an pf_Reset that makes sure the proper reset code for current device is called.
Showing
Please register or sign in to comment