All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Line6 Pod Go interface requires static clock rate quirk
@ 2020-10-20  6:14 Lukasz Halman
  2020-10-20 12:35 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Halman @ 2020-10-20  6:14 UTC (permalink / raw)
  To: alsa-devel

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>
---
 sound/usb/format.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/format.c b/sound/usb/format.c
index 1b28d01d1..3bfead393 100644
--- a/sound/usb/format.c
+++ b/sound/usb/format.c
@@ -406,6 +406,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, 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 */
 	case USB_ID(0x0e41, 0x424a): /* Line6 Helix LT >= fw 2.82 */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Line6 Pod Go interface requires static clock rate quirk
  2020-10-20  6:14 [PATCH] Line6 Pod Go interface requires static clock rate quirk Lukasz Halman
@ 2020-10-20 12:35 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-10-20 12:35 UTC (permalink / raw)
  To: Lukasz Halman; +Cc: alsa-devel

On Tue, 20 Oct 2020 08:14:09 +0200,
Lukasz Halman wrote:
> 
> 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>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-20 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  6:14 [PATCH] Line6 Pod Go interface requires static clock rate quirk Lukasz Halman
2020-10-20 12:35 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.