Skip to content

Commit 7da4c51

Browse files
Lukasz Halmantiwai
authored andcommitted
ALSA: usb-audio: Line6 Pod Go interface requires static clock rate quirk
Recently released Line6 Pod Go requires static clock rate quirk to make its usb audio interface working. Added its usb id to the list of similar line6 devices. Signed-off-by: Lukasz Halman <lukasz.halman@gmail.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20201020061409.GA24382@TAG009442538903 Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 9ce88a1 commit 7da4c51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/format.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ static int line6_parse_audio_format_rates_quirk(struct snd_usb_audio *chip,
406406
case USB_ID(0x0e41, 0x4242): /* Line6 Helix Rack */
407407
case USB_ID(0x0e41, 0x4244): /* Line6 Helix LT */
408408
case USB_ID(0x0e41, 0x4246): /* Line6 HX-Stomp */
409+
case USB_ID(0x0e41, 0x4247): /* Line6 Pod Go */
409410
case USB_ID(0x0e41, 0x4248): /* Line6 Helix >= fw 2.82 */
410411
case USB_ID(0x0e41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */
411412
case USB_ID(0x0e41, 0x424a): /* Line6 Helix LT >= fw 2.82 */

0 commit comments

Comments
 (0)