This is a note to let you know that I've just added the patch titled ALSA: usb-audio: Add quirk for Behringer UMC202HD to the 5.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-usb-audio-add-quirk-for-behringer-umc202hd.patch and it can be found in the queue-5.19 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From e086c37f876fd1f551e2b4f9be97d4a1923cd219 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Fri, 22 Jul 2022 16:39:48 +0200 Subject: ALSA: usb-audio: Add quirk for Behringer UMC202HD From: Takashi Iwai <tiwai@xxxxxxx> commit e086c37f876fd1f551e2b4f9be97d4a1923cd219 upstream. Just like other Behringer models, UMC202HD (USB ID 1397:0507) requires the quirk for the stable streaming, too. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=215934 Cc: <stable@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20220722143948.29804-1-tiwai@xxxxxxx Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/usb/quirks.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -1843,6 +1843,8 @@ static const struct usb_audio_quirk_flag QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER), DEVICE_FLG(0x1395, 0x740a, /* Sennheiser DECT */ QUIRK_FLAG_GET_SAMPLE_RATE), + DEVICE_FLG(0x1397, 0x0507, /* Behringer UMC202HD */ + QUIRK_FLAG_PLAYBACK_FIRST | QUIRK_FLAG_GENERIC_IMPLICIT_FB), DEVICE_FLG(0x1397, 0x0508, /* Behringer UMC204HD */ QUIRK_FLAG_PLAYBACK_FIRST | QUIRK_FLAG_GENERIC_IMPLICIT_FB), DEVICE_FLG(0x1397, 0x0509, /* Behringer UMC404HD */ Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-5.19/alsa-hda-realtek-add-quirk-for-clevo-nv45pz.patch queue-5.19/alsa-bcd2000-fix-a-uaf-bug-on-the-error-path-of-probing.patch queue-5.19/alsa-usb-audio-add-quirk-for-behringer-umc202hd.patch queue-5.19/alsa-hda-realtek-add-quirk-for-lenovo-yoga9-14iap7.patch queue-5.19/alsa-hda-realtek-add-quirk-for-hp-spectre-x360-15-eb0xxx.patch