• Takashi Iwai's avatar
    ALSA: seq: Fix poll() error return · a49a71f6
    Takashi Iwai authored
    The sanity checks in ALSA sequencer and OSS sequencer emulation codes
    return falsely -ENXIO from poll callback.  They should be EPOLLERR
    instead.
    
    This was caught thanks to the recent change to the return value.
    
    Cc: <stable@vger.kernel.org>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    a49a71f6
seq_oss.c 7.16 KB