[alsa-devel] [PATCH] [ALSA] usb-audio - Support for Roland GAIA SH-01 Synthesizer
Takashi Iwai
tiwai at suse.de
Tue Nov 29 08:24:36 CET 2011
At Mon, 28 Nov 2011 19:41:27 -0500,
John F Leach wrote:
>
> Added table quirks entry for Roland GAIA SH-01 Synthesizer based upon
> Roland SH-201 table entry as template. USB MIDI and audio was tested
> with Muse and Audacity.
>
> Signed-off-by: John F Leach <jfleach at jfleach.com>
> Cc: Daniel Mack <zonque at gmail.com>
> Cc: Clemens Ladisch <clemens at ladisch.de>
> Cc: Takashi Iwai <tiwai at suse.de>
Applied now to sound git tree. Thanks.
Takashi
> ---
> sound/usb/quirks-table.h | 31 +++++++++++++++++++++++++++++++
> 1 files changed, 31 insertions(+), 0 deletions(-)
>
> diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
> index b61945f..32d2a21 100644
> --- a/sound/usb/quirks-table.h
> +++ b/sound/usb/quirks-table.h
> @@ -1633,6 +1633,37 @@ YAMAHA_DEVICE(0x7010, "UB99"),
> }
> },
> {
> + /* Roland GAIA SH-01 */
> + USB_DEVICE(0x0582, 0x0111),
> + .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
> + .vendor_name = "Roland",
> + .product_name = "GAIA",
> + .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_FIXED_ENDPOINT,
> + .data = &(const struct snd_usb_midi_endpoint_info) {
> + .out_cables = 0x0003,
> + .in_cables = 0x0003
> + }
> + },
> + {
> + .ifnum = -1
> + }
> + }
> + }
> +},
> +{
> USB_DEVICE(0x0582, 0x0113),
> .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
> /* .vendor_name = "BOSS", */
> --
> 1.7.0.4
>
More information about the Alsa-devel
mailing list