• Greg Kroah-Hartman's avatar
    ALSA: usb-audio: add Schiit Hel device to quirk table · 22390ce7
    Greg Kroah-Hartman authored
    The Shciit Hel device responds to the ctl message for the mic capture
    switch with a timeout of -EPIPE:
    
    	usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1
    	usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1
    	usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1
    	usb 7-2.2: cannot get ctl value: req = 0x81, wValue = 0x100, wIndex = 0x1100, type = 1
    
    This seems safe to ignore as the device works properly with the control
    message quirk, so add it to the quirk table so all is good.
    
    Cc: Jaroslav Kysela <perex@perex.cz>
    Cc: Takashi Iwai <tiwai@suse.com>
    Cc: alsa-devel@alsa-project.org
    Cc: linux-usb@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    Link: https://lore.kernel.org/r/YWgR3nOI1osvr5Yo@kroah.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    22390ce7
quirks.c 59.6 KB