Skip to content
Snippets Groups Projects
  • Takashi Iwai's avatar
    738d9edc
    ALSA: usb-audio: Add sanity checks for invalid EPs · 738d9edc
    Takashi Iwai authored
    
    USB-audio driver may set up a URB containing the fixed EP without
    validating its presence for some non-class-compliant devices.  This
    may end up with an oops-like kernel warning when submitted.
    
    For avoiding it, this patch adds the call of the new sanity-check
    helper for URBs.  The checks are needed only for MIDI I/O as the other
    places have already some other checks.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    738d9edc
    History
    ALSA: usb-audio: Add sanity checks for invalid EPs
    Takashi Iwai authored
    
    USB-audio driver may set up a URB containing the fixed EP without
    validating its presence for some non-class-compliant devices.  This
    may end up with an oops-like kernel warning when submitted.
    
    For avoiding it, this patch adds the call of the new sanity-check
    helper for URBs.  The checks are needed only for MIDI I/O as the other
    places have already some other checks.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>