]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Remove redundant workaround for Roland quirk
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2022 06:58:24 +0000 (07:58 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2022 06:59:37 +0000 (07:59 +0100)
commit6556dfce5869f9d85fb0621eb4fc1cc297ce937b
tree6879e5df7efec98366c73ae9f58eab3496d63418
parentfd709e26d966f17417caeeebd629648d538b830e
ALSA: usb-audio: Remove redundant workaround for Roland quirk

The recent fix for the delayed card registration made the current
workaround for QUIRK_AUTODETECT superfluous, since the card
registration itself is delayed until the last interface probe.

This patch drops the redundant workaround in
create_autodetect_quirks() for simplification.

Fixes: c4a176652c2c ("ALSA: usb-audio: Fix last interface check for registration")
Link: https://bugzilla.suse.com/show_bug.cgi?id=1205111
Link: https://lore.kernel.org/r/20221108065824.14418-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c