* [PATCH] HX-Stomp XL USB_ID. @ 2021-10-29 18:31 Jason Ormes 2021-10-30 9:22 ` Takashi Iwai 0 siblings, 1 reply; 3+ messages in thread From: Jason Ormes @ 2021-10-29 18:31 UTC (permalink / raw) To: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel; +Cc: Jason Ormes Signed-off-by: Jason Ormes <skryking@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 50efccbffb8a..e8fc2c350a9f 100644 --- a/sound/usb/format.c +++ b/sound/usb/format.c @@ -414,6 +414,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, 0x4253): /* Line6 HX-Stomp XL*/ 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 */ -- 2.25.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] HX-Stomp XL USB_ID. 2021-10-29 18:31 [PATCH] HX-Stomp XL USB_ID Jason Ormes @ 2021-10-30 9:22 ` Takashi Iwai [not found] ` <CABDyYE53Eh4+rMyJC94MePSnhxCy5h_1Eh-nwj-d46NUaaDJbQ@mail.gmail.com> 0 siblings, 1 reply; 3+ messages in thread From: Takashi Iwai @ 2021-10-30 9:22 UTC (permalink / raw) To: Jason Ormes; +Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel On Fri, 29 Oct 2021 20:31:05 +0200, Jason Ormes wrote: > > Signed-off-by: Jason Ormes <skryking@gmail.com> Could you give a bit more description? e.g. does the device work fully compatibly? thanks, Takashi > --- > sound/usb/format.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/usb/format.c b/sound/usb/format.c > index 50efccbffb8a..e8fc2c350a9f 100644 > --- a/sound/usb/format.c > +++ b/sound/usb/format.c > @@ -414,6 +414,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, 0x4253): /* Line6 HX-Stomp XL*/ > 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 */ > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CABDyYE53Eh4+rMyJC94MePSnhxCy5h_1Eh-nwj-d46NUaaDJbQ@mail.gmail.com>]
* Re: [PATCH] HX-Stomp XL USB_ID. [not found] ` <CABDyYE53Eh4+rMyJC94MePSnhxCy5h_1Eh-nwj-d46NUaaDJbQ@mail.gmail.com> @ 2021-10-30 15:03 ` Takashi Iwai 0 siblings, 0 replies; 3+ messages in thread From: Takashi Iwai @ 2021-10-30 15:03 UTC (permalink / raw) To: Jason Ormes; +Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-kernel On Sat, 30 Oct 2021 16:32:36 +0200, Jason Ormes wrote: > > It appears to, it's basically just the HX Stomp that they have added a few > more buttons to. The USB ID has changed so it doesn't get the fixed rate that > it needs. After I added it, I've spent several hours recording through it > without any issues. Even the midi functionality works. So give such useful information in the patch description and resubmit. At best, align the Subject line to the other patches, i.e. with the prefix "ALSA: usb-audio: .....", and put the maintainer (me) to Cc in addition to alsa-devel ML. thanks, Takashi > > Jason Ormes > > On Sat, Oct 30, 2021, 4:22 AM Takashi Iwai <tiwai@suse.de> wrote: > > On Fri, 29 Oct 2021 20:31:05 +0200, > Jason Ormes wrote: > > > > Signed-off-by: Jason Ormes <skryking@gmail.com> > > Could you give a bit more description? > e.g. does the device work fully compatibly? > > thanks, > > Takashi > > > --- > > sound/usb/format.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/sound/usb/format.c b/sound/usb/format.c > > index 50efccbffb8a..e8fc2c350a9f 100644 > > --- a/sound/usb/format.c > > +++ b/sound/usb/format.c > > @@ -414,6 +414,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, 0x4253): /* Line6 HX-Stomp XL*/ > > 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 */ > > -- > > 2.25.1 > > > > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-30 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29 18:31 [PATCH] HX-Stomp XL USB_ID Jason Ormes
2021-10-30 9:22 ` Takashi Iwai
[not found] ` <CABDyYE53Eh4+rMyJC94MePSnhxCy5h_1Eh-nwj-d46NUaaDJbQ@mail.gmail.com>
2021-10-30 15:03 ` Takashi Iwai
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®