Skip to content

Commit 7ec7c15

Browse files
puleglotsmb49
authored andcommitted
ALSA: usb-audio: Add delay quirk for MOTU M Series 2nd revision
BugLink: https://bugs.launchpad.net/bugs/2059991 commit d915a68 upstream. Audio control requests that sets sampling frequency sometimes fail on this card. Adding delay between control messages eliminates that problem. Link: https://bugzilla.kernel.org/show_bug.cgi?id=217601 Cc: <[email protected]> Signed-off-by: Alexander Tsoy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Portia Stephens <[email protected]> Signed-off-by: Roxana Nicolescu <[email protected]>
1 parent 61d6bab commit 7ec7c15

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
@@ -2073,6 +2073,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
20732073
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
20742074
DEVICE_FLG(0x0763, 0x2031, /* M-Audio Fast Track C600 */
20752075
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
2076+
DEVICE_FLG(0x07fd, 0x000b, /* MOTU M Series 2nd hardware revision */
2077+
QUIRK_FLAG_CTL_MSG_DELAY_1M),
20762078
DEVICE_FLG(0x08bb, 0x2702, /* LineX FM Transmitter */
20772079
QUIRK_FLAG_IGNORE_CTL_ERROR),
20782080
DEVICE_FLG(0x0951, 0x16ad, /* Kingston HyperX */

0 commit comments

Comments
 (0)