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)
commitea83ec50393a6993fa09315e4200240c938c21b3
tree6879e5df7efec98366c73ae9f58eab3496d63418
parent971cb608d1c5d95533a43b549bb8ec9637f10043
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: 39efc9c8a973 ("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