ALSA: usb-audio: Move control message delay quirk into quirk_flags
authorTakashi Iwai <tiwai@suse.de>
Thu, 29 Jul 2021 07:38:54 +0000 (09:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Aug 2021 07:06:01 +0000 (09:06 +0200)
commitf748385471f72992f8d5242a89deab518b38be76
treec127248afbacd157fbf3c0e70e8648bbf75d9a54
parent2de00d5a914ee2cb81ef775dffd0ca955f5644b8
ALSA: usb-audio: Move control message delay quirk into quirk_flags

We apply some delay for the control messages on certain devices as a
workaround, and this can be moved into the quirk_flags as well.
Currently there are three different delay periods (1ms, 5ms and 20ms),
so three different quirk bits are assigned for them.

Link: https://lore.kernel.org/r/20210729073855.19043-9-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c
sound/usb/usbaudio.h