This is a note to let you know that I've just added the patch titled ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go to the 5.15-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-a-sample-rate-workaround-for-line6-pod-go.patch and it can be found in the queue-5.15 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 359b4315471181f108723c61612d96e383e56179 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Fri, 12 May 2023 09:58:58 +0200 Subject: ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go From: Takashi Iwai <tiwai@xxxxxxx> commit 359b4315471181f108723c61612d96e383e56179 upstream. Line6 Pod Go (0e41:424b) requires the similar workaround for the fixed 48k sample rate like other Line6 models. This patch adds the corresponding entry to line6_parse_audio_format_rate_quirk(). Reported-by: John Humlick <john@xxxxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20230512075858.22813-1-tiwai@xxxxxxx Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/usb/format.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/usb/format.c +++ b/sound/usb/format.c @@ -423,6 +423,7 @@ static int line6_parse_audio_format_rate case USB_ID(0x0e41, 0x4248): /* Line6 Helix >= fw 2.82 */ case USB_ID(0x0e41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */ case USB_ID(0x0e41, 0x424a): /* Line6 Helix LT >= fw 2.82 */ + case USB_ID(0x0e41, 0x424b): /* Line6 Pod Go */ case USB_ID(0x19f7, 0x0011): /* Rode Rodecaster Pro */ return set_fixed_rate(fp, 48000, SNDRV_PCM_RATE_48000); } Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-5.15/thunderbolt-clear-registers-properly-when-auto-clear-isn-t-in-use.patch queue-5.15/alsa-hda-realtek-add-a-quirk-for-hp-elitedesk-805.patch queue-5.15/alsa-hda-fix-oops-by-9.1-surround-channel-names.patch queue-5.15/alsa-usb-audio-add-a-sample-rate-workaround-for-line6-pod-go.patch queue-5.15/alsa-hda-realtek-apply-hp-b-o-top-speaker-profile-to.patch queue-5.15/alsa-firewire-digi00x-prevent-potential-use-after-fr.patch queue-5.15/alsa-hda-realtek-add-quirk-for-clevo-l140au.patch queue-5.15/alsa-hda-add-nvidia-codec-ids-a3-through-a7-to-patch-table.patch queue-5.15/alsa-hda-realtek-add-quirk-for-2nd-asus-gu603.patch