alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: snd-usb: added VOX ToneLab ST midi handling
@ 2011-12-05 19:27 Daniel Mack
  2011-12-12 10:48 ` Daniel Mack
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Mack @ 2011-12-05 19:27 UTC (permalink / raw)
  To: alsa-devel; +Cc: sergiusz.urbaniak, Sergiusz Urbaniak

From: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>

Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@googlemail.com>
---

Sergiusz writes:

Hi,

I posted the message below to the mailing list, but it still is in the
approval queue since I'm not a mailing list member.

In case this gets forgotten or stuck in a spam queue could you please
consider my patch for kernel inclusion? This works really great with
my Tonelab ST! I can even imagine to write a lib/CLI/GTK based app to
control the Tonelab now :-)

Thanks,
Sergiusz Urbaniak

 sound/usb/quirks-table.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index b61945f..57c9b94 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2305,6 +2305,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
 	}
 },
 
+{
+	USB_DEVICE_VENDOR_SPEC(0x0944, 0x0201),
+	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+		.vendor_name = "KORG, Inc.",
+		/* .product_name = "ToneLab ST", */
+		.ifnum = 3,
+		.type = QUIRK_MIDI_STANDARD_INTERFACE,
+	}
+},
+
 /* AKAI devices */
 {
 	USB_DEVICE(0x09e8, 0x0062),
-- 
1.7.7.3

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

* Re: [PATCH] ALSA: snd-usb: added VOX ToneLab ST midi handling
  2011-12-05 19:27 [PATCH] ALSA: snd-usb: added VOX ToneLab ST midi handling Daniel Mack
@ 2011-12-12 10:48 ` Daniel Mack
  2011-12-12 11:50   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Mack @ 2011-12-12 10:48 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Takashi,

may I ping you on this once more? :)

Thanks,
Daniel


On 12/05/2011 08:27 PM, Daniel Mack wrote:
> From: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
> 
> Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@googlemail.com>
> ---
> 
> Sergiusz writes:
> 
> Hi,
> 
> I posted the message below to the mailing list, but it still is in the
> approval queue since I'm not a mailing list member.
> 
> In case this gets forgotten or stuck in a spam queue could you please
> consider my patch for kernel inclusion? This works really great with
> my Tonelab ST! I can even imagine to write a lib/CLI/GTK based app to
> control the Tonelab now :-)
> 
> Thanks,
> Sergiusz Urbaniak
> 
>  sound/usb/quirks-table.h |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
> index b61945f..57c9b94 100644
> --- a/sound/usb/quirks-table.h
> +++ b/sound/usb/quirks-table.h
> @@ -2305,6 +2305,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
>  	}
>  },
>  
> +{
> +	USB_DEVICE_VENDOR_SPEC(0x0944, 0x0201),
> +	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
> +		.vendor_name = "KORG, Inc.",
> +		/* .product_name = "ToneLab ST", */
> +		.ifnum = 3,
> +		.type = QUIRK_MIDI_STANDARD_INTERFACE,
> +	}
> +},
> +
>  /* AKAI devices */
>  {
>  	USB_DEVICE(0x09e8, 0x0062),

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

* Re: [PATCH] ALSA: snd-usb: added VOX ToneLab ST midi handling
  2011-12-12 10:48 ` Daniel Mack
@ 2011-12-12 11:50   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2011-12-12 11:50 UTC (permalink / raw)
  To: Daniel Mack; +Cc: alsa-devel, Sergiusz Urbaniak

At Mon, 12 Dec 2011 11:48:10 +0100,
Daniel Mack wrote:
> 
> Takashi,
> 
> may I ping you on this once more? :)

Thanks, I applied the patch now.
(I've been traveling in the last week.)


Takashi


> Thanks,
> Daniel
> 
> 
> On 12/05/2011 08:27 PM, Daniel Mack wrote:
> > From: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
> > 
> > Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@googlemail.com>
> > ---
> > 
> > Sergiusz writes:
> > 
> > Hi,
> > 
> > I posted the message below to the mailing list, but it still is in the
> > approval queue since I'm not a mailing list member.
> > 
> > In case this gets forgotten or stuck in a spam queue could you please
> > consider my patch for kernel inclusion? This works really great with
> > my Tonelab ST! I can even imagine to write a lib/CLI/GTK based app to
> > control the Tonelab now :-)
> > 
> > Thanks,
> > Sergiusz Urbaniak
> > 
> >  sound/usb/quirks-table.h |   10 ++++++++++
> >  1 files changed, 10 insertions(+), 0 deletions(-)
> > 
> > diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
> > index b61945f..57c9b94 100644
> > --- a/sound/usb/quirks-table.h
> > +++ b/sound/usb/quirks-table.h
> > @@ -2305,6 +2305,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
> >  	}
> >  },
> >  
> > +{
> > +	USB_DEVICE_VENDOR_SPEC(0x0944, 0x0201),
> > +	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
> > +		.vendor_name = "KORG, Inc.",
> > +		/* .product_name = "ToneLab ST", */
> > +		.ifnum = 3,
> > +		.type = QUIRK_MIDI_STANDARD_INTERFACE,
> > +	}
> > +},
> > +
> >  /* AKAI devices */
> >  {
> >  	USB_DEVICE(0x09e8, 0x0062),
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

end of thread, other threads:[~2011-12-12 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 19:27 [PATCH] ALSA: snd-usb: added VOX ToneLab ST midi handling Daniel Mack
2011-12-12 10:48 ` Daniel Mack
2011-12-12 11:50   ` 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).