]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82
authorNicola Lunghi <nick83ola@gmail.com>
Sat, 25 Jan 2020 15:09:17 +0000 (15:09 +0000)
committerTakashi Iwai <tiwai@suse.de>
Sun, 26 Jan 2020 08:29:57 +0000 (09:29 +0100)
With firmware 2.82 Line6 changed the usb id of some of the Helix
devices but the quirks is still needed.

Add it to the quirk list for line6 helix family of devices.

Thanks to Jens for pointing out the missing ids.

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Link: https://lore.kernel.org/r/20200125150917.5040-1-nick83ola@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/format.c

index d79db71305f635829d5fe47f31af42c47c353caa..53922f73467f4d9da29625d4216d9e2733228980 100644 (file)
@@ -296,6 +296,9 @@ 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, 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 */
                /* supported rates: 48Khz */
                kfree(fp->rate_table);
                fp->rate_table = kmalloc(sizeof(int), GFP_KERNEL);