Skip to content

Commit b81cbf7

Browse files
nicola-lunghitiwai
authored andcommitted
ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent d8feb60 commit b81cbf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/usb/format.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ static int line6_parse_audio_format_rates_quirk(struct snd_usb_audio *chip,
296296
case USB_ID(0x0E41, 0x4242): /* Line6 Helix Rack */
297297
case USB_ID(0x0E41, 0x4244): /* Line6 Helix LT */
298298
case USB_ID(0x0E41, 0x4246): /* Line6 HX-Stomp */
299+
case USB_ID(0x0E41, 0x4248): /* Line6 Helix >= fw 2.82 */
300+
case USB_ID(0x0E41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */
301+
case USB_ID(0x0E41, 0x424a): /* Line6 Helix LT >= fw 2.82 */
299302
/* supported rates: 48Khz */
300303
kfree(fp->rate_table);
301304
fp->rate_table = kmalloc(sizeof(int), GFP_KERNEL);

0 commit comments

Comments
 (0)