ALSA: usb-audio: Fix MOTU M-Series quirks
authorDylan Robinson <dylan_robinson@motu.com>
Mon, 23 Nov 2020 08:53:47 +0000 (09:53 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Nov 2020 14:17:45 +0000 (15:17 +0100)
commit29b105d947c661e521bf7b1005868c02441732be
tree19f6cb48718e204bff066972937222e8905f17fc
parentad0e6a3511824f8fdbe3eb63dbabc0ef35e732b9
ALSA: usb-audio: Fix MOTU M-Series quirks

Now that the usb audio driver correctly finds implicit feedback endpoints,
the implicit feedback quirk for the MOTU M-Series is no longer required.

This also removes some unnecessary vendor specific messages from the MOTU
M-Series boot quirk. The removed vendor specific messages turned on vendor
specific interrupts to the host every 32 samples. The only thing the boot
quirk needs to do is wait for 2 seconds.

Tested-by: Dylan Robinson <dylan_robinson@motu.com>
Signed-off-by: Dylan Robinson <dylan_robinson@motu.com>
Link: https://lore.kernel.org/r/20201123085347.19667-42-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/implicit.c
sound/usb/quirks.c