Skip to content

Commit df0380b

Browse files
committed
ALSA: usb-audio: Add quirk for Audient iD14
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]>
1 parent dbfe835 commit df0380b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,6 +1888,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
18881888
QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER),
18891889
DEVICE_FLG(0x21b4, 0x0081, /* AudioQuest DragonFly */
18901890
QUIRK_FLAG_GET_SAMPLE_RATE),
1891+
DEVICE_FLG(0x2708, 0x0002, /* Audient iD14 */
1892+
QUIRK_FLAG_IGNORE_CTL_ERROR),
18911893
DEVICE_FLG(0x2912, 0x30c8, /* Audioengine D1 */
18921894
QUIRK_FLAG_GET_SAMPLE_RATE),
18931895
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */

0 commit comments

Comments
 (0)