From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C83BC433EF for ; Sat, 30 Oct 2021 09:22:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 21E8961054 for ; Sat, 30 Oct 2021 09:22:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231823AbhJ3JYe (ORCPT ); Sat, 30 Oct 2021 05:24:34 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:42280 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231685AbhJ3JYd (ORCPT ); Sat, 30 Oct 2021 05:24:33 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id A6380218B2; Sat, 30 Oct 2021 09:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1635585722; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2IbgnJClChtQ3g+2cQKLme4WpbuPdsjYdHTGDTymMjU=; b=MqfzLBAfN92fErZRejaTVdiuYCE8Flt4JfQ7nAT051r1nsv4ior5Ow2dvNdT0qMzBZHwxR Mrku4CarcjMDupoEhDUO310f7oDApOMJ+BkF+l6JBY+3zr6pbVp3ipcBSm7zn4siNSbMCH vvuyn8iRIyAdG3RXLkKOt4voQxrffPk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1635585722; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2IbgnJClChtQ3g+2cQKLme4WpbuPdsjYdHTGDTymMjU=; b=WjbYhh4Vn++2NAG2uER+UrVXzyPhhA+Tjf91Q6qyUnONt9K7GQtVWjusEOKLzFoNWDsOyy CeCqs1zpm/oSinBw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 97C6EA3B84; Sat, 30 Oct 2021 09:22:02 +0000 (UTC) Date: Sat, 30 Oct 2021 11:22:02 +0200 Message-ID: From: Takashi Iwai To: Jason Ormes Cc: Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] HX-Stomp XL USB_ID. In-Reply-To: <20211029183105.28503-1-skryking@gmail.com> References: <20211029183105.28503-1-skryking@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 29 Oct 2021 20:31:05 +0200, Jason Ormes wrote: > > Signed-off-by: Jason Ormes 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 >