• Rémi Denis-Courmont's avatar
    aout: clear out input and output FIFO simultaneously · 3d82b2a5
    Rémi Denis-Courmont authored
    This occurs when the output is really late (typically as a side effect
    of glitches in pause/resume). Both FIFOs  are now both protected with
    the same lock, so there is no room for race conditon between the two
    identical checks anymore. So we can handle both checks in one go.
    3d82b2a5
input.c 33.8 KB