Skip to content
  • Andrej Krutak's avatar
    ALSA: line6: Claim pod x3 usb data interface · fc90172b
    Andrej Krutak authored
    
    
    Userspace apps have to claim USB interfaces before using endpoints in
    them (drivers/usb/core/devio.c:checkintf()). It's a lock mechanism so
    that two "drivers" don't steal data from each other. Kernel drivers don't
    have to claim interfaces to work - but they should, to lock out userspace.
    
    While there, fix line6_properties struct to match checkpatch.pl.
    
    Signed-off-by: default avatarAndrej Krutak <dev@andree.sk>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    fc90172b