]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Restore Rane SL-1 quirk
authorTakashi Iwai <tiwai@suse.de>
Mon, 16 May 2022 10:31:12 +0000 (12:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 May 2022 10:41:13 +0000 (12:41 +0200)
commit702c50e73338573d375b2e33f560af696fe8e86e
tree4d96dfb2068b296d94bf6de66dc333afdaa1b258
parentc116e443522f889d60e58c272c4c0f30c72b7419
ALSA: usb-audio: Restore Rane SL-1 quirk

At cleaning up and moving the device rename from the quirk table to
its own table, we removed the entry for Rane SL-1 as we thought it's
only for renaming.  It turned out, however, that the quirk is required
for matching with the device that declares itself as no standard
audio but only as vendor-specific.

Restore the quirk entry for Rane SL-1 to fix the regression.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=215887
Fixes: e4c44d1c1149 ("ALSA: usb-audio: Move device rename and profile quirks to an internal table")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220516103112.12950-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks-table.h