• Jean-Paul Saman's avatar
    asi: call asi_Reset() on transport errors iso dvb_Reset() · 9bb4ee15
    Jean-Paul Saman authored
    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.
    9bb4ee15
asi.c 8.79 KB