]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - sound/usb/format.c
Merge branch 'for-linus' into for-next
[thirdparty/linux.git] / sound / usb / format.c
index 5e7c4c7beff29002321d5f3dca568ed41f49da63..9260136e4c9bb77dd3b79562c842e921ad469c4c 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);