From: LCID Fire <lcid-fire@gmx.net>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] Support Rane SL 1 (aka. Serato Scratch Live) interface
Date: Sun, 02 Sep 2007 17:30:53 +0200 [thread overview]
Message-ID: <46DAD72D.7020007@gmx.net> (raw)
In-Reply-To: <alpine.BSO.0.9999.0709021447440.32425@metheny.ijneb.com>
Mark,
There should already be a quirks entry present using
USB_DEVICE(0x13e5, 0x0001),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk)
{
.ifnum = QUIRK_ANY_INTERFACE,
.type = QUIRK_AUDIO_STANDARD_INTERFACE
}
At least for my device this is working...
Mark Hills wrote:
> Support Rane SL 1 (aka. Serato Scratch Live) interface
>
> This quirk ensures the SL 1 interface is detected and can be used. The
> interface is USB and is supplied with the Serato Scratch Live system for
> DJs.
>
> Signed-off-by: Mark Hills <mark@pogo.org.uk>
>
> --- alsa-driver-1.0.15rc1/sound/usb/usbquirks.h Thu Aug 30 09:27:00 2007
> +++ alsa-driver/sound/usb/usbquirks.h Sun Sep 2 14:55:00 2007
> @@ -1748,6 +1748,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
> }
> },
>
> +/* Rane SL 1 (aka. Serato Scratch Live) device */
> +{
> + USB_DEVICE(0x13e5, 0x0001),
> + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
> + .vendor_name = "Rane",
> + .product_name = "SL-1",
> + .ifnum = QUIRK_NO_INTERFACE
> + }
> +},
> +
> /* Novation EMS devices */
> {
> USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001),
next prev parent reply other threads:[~2007-09-02 15:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-02 14:00 [PATCH] Support Rane SL 1 (aka. Serato Scratch Live) interface Mark Hills
2007-09-02 15:30 ` LCID Fire [this message]
2007-09-02 22:41 ` Mark Hills
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=46DAD72D.7020007@gmx.net \
--to=lcid-fire@gmx.net \
--cc=alsa-devel@alsa-project.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.