diff options
author | Keith A. Milner <maillist@superlative.org> | 2011-03-21 16:15:08 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-03-23 17:51:38 -0400 |
commit | cb6f4b55f5907528d8a1a927b850c9eb04d4ef90 (patch) | |
tree | f040b30973f48c77df3aa71f6e50083a3fcebb49 /sound/usb | |
parent | e19869204fca4ae28b6e4d8f5e20849e9f7b18bd (diff) |
ALSA: usb-audio - Support for Boss JS-8 Jam Station
Signed-off-by: Keith A. Milner <maillist@superlative.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/quirks-table.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 196c75328561..c66d3f64dcf8 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h | |||
@@ -1581,6 +1581,33 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1581 | } | 1581 | } |
1582 | }, | 1582 | }, |
1583 | { | 1583 | { |
1584 | /* Boss JS-8 Jam Station */ | ||
1585 | USB_DEVICE(0x0582, 0x0109), | ||
1586 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
1587 | /* .vendor_name = "BOSS", */ | ||
1588 | /* .product_name = "JS-8", */ | ||
1589 | .ifnum = QUIRK_ANY_INTERFACE, | ||
1590 | .type = QUIRK_COMPOSITE, | ||
1591 | .data = (const struct snd_usb_audio_quirk[]) { | ||
1592 | { | ||
1593 | .ifnum = 0, | ||
1594 | .type = QUIRK_AUDIO_STANDARD_INTERFACE | ||
1595 | }, | ||
1596 | { | ||
1597 | .ifnum = 1, | ||
1598 | .type = QUIRK_AUDIO_STANDARD_INTERFACE | ||
1599 | }, | ||
1600 | { | ||
1601 | .ifnum = 2, | ||
1602 | .type = QUIRK_MIDI_STANDARD_INTERFACE | ||
1603 | }, | ||
1604 | { | ||
1605 | .ifnum = -1 | ||
1606 | } | ||
1607 | } | ||
1608 | } | ||
1609 | }, | ||
1610 | { | ||
1584 | /* has ID 0x0110 when not in Advanced Driver mode */ | 1611 | /* has ID 0x0110 when not in Advanced Driver mode */ |
1585 | USB_DEVICE_VENDOR_SPEC(0x0582, 0x010f), | 1612 | USB_DEVICE_VENDOR_SPEC(0x0582, 0x010f), |
1586 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | 1613 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { |