Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Line6 HX-Stomp XL USB_ID
@ 2021-10-30 20:04 Jason Ormes
  2021-11-01  6:38 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Ormes @ 2021-10-30 20:04 UTC (permalink / raw)
  To: tiwai; +Cc: Jason Ormes, alsa-devel

Adding the Line6 HX-Stomp XL USB_ID as it needs this fixed frequency quirk as well.

The device is basically just the HX-Stomp with some more buttons on the face.  I've
Done some recording with it after adding it, and it seems to function properly with
this fix.  The Midi features appear to be working as well.

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 related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: usb-audio: Line6 HX-Stomp XL USB_ID
  2021-10-30 20:04 [PATCH] ALSA: usb-audio: Line6 HX-Stomp XL USB_ID Jason Ormes
@ 2021-11-01  6:38 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-11-01  6:38 UTC (permalink / raw)
  To: Jason Ormes; +Cc: alsa-devel

On Sat, 30 Oct 2021 22:04:05 +0200,
Jason Ormes wrote:
> 
> Adding the Line6 HX-Stomp XL USB_ID as it needs this fixed frequency quirk as well.
> 
> The device is basically just the HX-Stomp with some more buttons on the face.  I've
> Done some recording with it after adding it, and it seems to function properly with
> this fix.  The Midi features appear to be working as well.
> 
> Signed-off-by: Jason Ormes <skryking@gmail.com>

Thanks, applied now with a slight coding style fix.

You can run scripts/checkpatch.pl before submission at next time to
verify whether the patch is OK.


Takashi

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

end of thread, other threads:[~2021-11-01  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-30 20:04 [PATCH] ALSA: usb-audio: Line6 HX-Stomp XL USB_ID Jason Ormes
2021-11-01  6:38 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox