alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] Support for Boss JS-8 Jam Station
@ 2011-03-21 20:15 Keith A. Milner
  2011-03-23 22:04 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Keith A. Milner @ 2011-03-21 20:15 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, Keith A. Milner

From: Keith A. Milner <maillist@superlative.org>


Signed-off-by: Keith A. Milner <maillist@superlative.org>

diff --git a/usb/quirks-table.h b/usb/quirks-table.h
index 196c753..1cefb4a 100644
--- a/usb/quirks-table.h
+++ b/usb/quirks-table.h
@@ -1581,6 +1581,33 @@ YAMAHA_DEVICE(0x7010, "UB99"),
 	}
 },
 {
+        /* Boss JS-8 Jam Station  */
+        USB_DEVICE(0x0582, 0x0109),
+        .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+                /* .vendor_name = "BOSS", */
+                /* .product_name = "JS-8", */
+                .ifnum = QUIRK_ANY_INTERFACE,
+                .type = QUIRK_COMPOSITE,
+                .data = (const struct snd_usb_audio_quirk[]) {
+                        {
+                                .ifnum = 0,
+                                .type = QUIRK_AUDIO_STANDARD_INTERFACE
+                        },
+                        {
+                                .ifnum = 1,
+                                .type = QUIRK_AUDIO_STANDARD_INTERFACE
+                        },
+                        {
+                                .ifnum = 2,
+                                .type = QUIRK_MIDI_STANDARD_INTERFACE
+                        },
+                        {
+                                .ifnum = -1
+                        }
+                }
+        }
+},
+{
 	/* has ID 0x0110 when not in Advanced Driver mode */
 	USB_DEVICE_VENDOR_SPEC(0x0582, 0x010f),
 	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
-- 
1.7.1

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

* Re: [PATCH 1/1] Support for Boss JS-8 Jam Station
  2011-03-21 20:15 [PATCH 1/1] Support for Boss JS-8 Jam Station Keith A. Milner
@ 2011-03-23 22:04 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-03-23 22:04 UTC (permalink / raw)
  To: Keith A. Milner; +Cc: alsa-devel

At Mon, 21 Mar 2011 20:15:08 +0000,
Keith A. Milner wrote:
> 
> From: Keith A. Milner <maillist@superlative.org>
> 
> 
> Signed-off-by: Keith A. Milner <maillist@superlative.org>

Applied now.  Thanks.


Takashi


> diff --git a/usb/quirks-table.h b/usb/quirks-table.h
> index 196c753..1cefb4a 100644
> --- a/usb/quirks-table.h
> +++ b/usb/quirks-table.h
> @@ -1581,6 +1581,33 @@ YAMAHA_DEVICE(0x7010, "UB99"),
>  	}
>  },
>  {
> +        /* Boss JS-8 Jam Station  */
> +        USB_DEVICE(0x0582, 0x0109),
> +        .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
> +                /* .vendor_name = "BOSS", */
> +                /* .product_name = "JS-8", */
> +                .ifnum = QUIRK_ANY_INTERFACE,
> +                .type = QUIRK_COMPOSITE,
> +                .data = (const struct snd_usb_audio_quirk[]) {
> +                        {
> +                                .ifnum = 0,
> +                                .type = QUIRK_AUDIO_STANDARD_INTERFACE
> +                        },
> +                        {
> +                                .ifnum = 1,
> +                                .type = QUIRK_AUDIO_STANDARD_INTERFACE
> +                        },
> +                        {
> +                                .ifnum = 2,
> +                                .type = QUIRK_MIDI_STANDARD_INTERFACE
> +                        },
> +                        {
> +                                .ifnum = -1
> +                        }
> +                }
> +        }
> +},
> +{
>  	/* has ID 0x0110 when not in Advanced Driver mode */
>  	USB_DEVICE_VENDOR_SPEC(0x0582, 0x010f),
>  	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
> -- 
> 1.7.1
> 

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

end of thread, other threads:[~2011-03-23 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 20:15 [PATCH 1/1] Support for Boss JS-8 Jam Station Keith A. Milner
2011-03-23 22:04 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).