alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Mack <zonque@gmail.com>
To: alsa-devel@alsa-project.org
Cc: sergiusz.urbaniak@googlemail.com,
	Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
Subject: [PATCH] ALSA: snd-usb: added VOX ToneLab ST midi handling
Date: Mon,  5 Dec 2011 20:27:46 +0100	[thread overview]
Message-ID: <1323113266-23322-1-git-send-email-zonque@gmail.com> (raw)

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

             reply	other threads:[~2011-12-05 19:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-05 19:27 Daniel Mack [this message]
2011-12-12 10:48 ` [PATCH] ALSA: snd-usb: added VOX ToneLab ST midi handling Daniel Mack
2011-12-12 11:50   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1323113266-23322-1-git-send-email-zonque@gmail.com \
    --to=zonque@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=sergiusz.urbaniak@gmail.com \
    --cc=sergiusz.urbaniak@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).