]> Git Repo - linux.git/commitdiff
ALSA: usb-audio: Add quirk for Audient iD14
authorTakashi Iwai <[email protected]>
Tue, 2 Nov 2021 16:18:59 +0000 (17:18 +0100)
committerTakashi Iwai <[email protected]>
Tue, 2 Nov 2021 16:19:26 +0000 (17:19 +0100)
Audient iD14 (2708:0002) may get a control message error that
interferes the operation e.g. with alsactl.  Add the quirk to ignore
such errors like other devices.

BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1191247
Cc: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
sound/usb/quirks.c

index 1d418c3fc598de3251cde68a48693c225d025a67..64e1c20311ed48d5f18323329e5499b972884426 100644 (file)
@@ -1888,6 +1888,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
                   QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER),
        DEVICE_FLG(0x21b4, 0x0081, /* AudioQuest DragonFly */
                   QUIRK_FLAG_GET_SAMPLE_RATE),
+       DEVICE_FLG(0x2708, 0x0002, /* Audient iD14 */
+                  QUIRK_FLAG_IGNORE_CTL_ERROR),
        DEVICE_FLG(0x2912, 0x30c8, /* Audioengine D1 */
                   QUIRK_FLAG_GET_SAMPLE_RATE),
        DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
This page took 0.057165 seconds and 4 git commands to generate.