]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk
authorJason Ormes <skryking@gmail.com>
Sat, 30 Oct 2021 20:04:05 +0000 (15:04 -0500)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 7 Dec 2021 06:32:29 +0000 (07:32 +0100)
BugLink: https://bugs.launchpad.net/bugs/1951822
commit 8f27b689066113a3e579d4df171c980c54368c4e upstream.

Adding the Line6 HX-Stomp XL USB_ID as it needs this fixed frequency
quirk as well.

The device is basically just the HX-Stomp with some more buttons on
the face.  I've done some recording with it after adding it, and it
seems to function properly with this fix.  The Midi features appear to
be working as well.

[ a coding style fix and patch reformat by tiwai ]

Signed-off-by: Jason Ormes <skryking@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20211030200405.1358678-1-skryking@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
sound/usb/format.c

index 50efccbffb8a77d0f1899e5f2d6068c340e5f1cd..f5e676a51b30d38aa42b87a2cf9b8da259e53f4c 100644 (file)
@@ -414,6 +414,7 @@ static int line6_parse_audio_format_rates_quirk(struct snd_usb_audio *chip,
        case USB_ID(0x0e41, 0x4242): /* Line6 Helix Rack */
        case USB_ID(0x0e41, 0x4244): /* Line6 Helix LT */
        case USB_ID(0x0e41, 0x4246): /* Line6 HX-Stomp */
+       case USB_ID(0x0e41, 0x4253): /* Line6 HX-Stomp XL */
        case USB_ID(0x0e41, 0x4247): /* Line6 Pod Go */
        case USB_ID(0x0e41, 0x4248): /* Line6 Helix >= fw 2.82 */
        case USB_ID(0x0e41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */