All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Ladisch <clemens@ladisch.de>
To: David Alexander <lidxv0n@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: trying to get an eleven rack to work
Date: Tue, 20 Mar 2012 14:19:53 +0100	[thread overview]
Message-ID: <4F6883F9.4010405@ladisch.de> (raw)
In-Reply-To: <CAOyn=DH_BCQh-DksiLGQnQw1kq0eNNH+Zi7KdRdX5=uot9x2Eg@mail.gmail.com>

David Alexander wrote:
> I bought and would like to get an eleven rack interface to work.  It
> is a usb gutiar amp emulator/audio interface.  It is a avid/digi
> device that normal uses asio vendor specific drivers.
>
>     Interface Association:
>       bFunctionClass        255 Vendor Specific Class

Indeed.

>       bInterfaceNumber        1
>       bInterfaceClass       255 Vendor Specific Class
>       bInterfaceSubClass      1
>       bInterfaceProtocol     32
>       ** UNRECOGNIZED:  09 24 01 00 02 0a ae 00 01 ...

This looks like it's mostly standard compliant; please try to add this
entry to sound/usb/quirks-table.h:

{
	USB_DEVICE(0x, 0x),
	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
		.vendor_name = "M-Audio",
		.product_name = "MidiSport 2x4",
		.ifnum = QUIRK_ANY_INTERFACE,
		.type = QUIRK_COMPOSITE,
		.data = & (const struct snd_usb_audio_quirk[]) {
			{
				.ifnum = 1,
				.type = QUIRK_AUDIO_STANDARD_MIXER
			},
			{
				.ifnum = 2,
				.type = QUIRK_MIDI_STANDARD_INTERFACE
			},
			{
				.ifnum = 3,
				.type = QUIRK_AUDIO_STANDARD_INTERFACE
			},
			{
				.ifnum = 4,
				.type = QUIRK_AUDIO_STANDARD_INTERFACE
			},
			{
				.ifnum = -1
			}
		}
	}
}

>           Transfer Type            Isochronous
>           Synch Type               Asynchronous
>           Usage Type               Implicit feedback Data

Playback is likely to be not correctly synchronized.


Regards,
Clemens

  parent reply	other threads:[~2012-03-20 13:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-17 23:17 trying to get an eleven rack to work David Alexander
2012-03-19  7:19 ` Grant Diffey
2012-03-20 13:19 ` Clemens Ladisch [this message]
     [not found]   ` <CAOyn=DE6adyJA25wgy-NraAjkPUP2HC6FQ0m8p84XATXQphcrw@mail.gmail.com>
2012-03-22 15:13     ` Clemens Ladisch
2012-03-23  5:57   ` Grant Diffey
     [not found]     ` <4F718114.5020602@ladisch.de>
     [not found]       ` <CAOyn=DFig0m1zFRWyTE6Neimrcy12PPAoNL8BdFVaAUrYEYbGw@mail.gmail.com>
2012-03-28 16:53         ` David Alexander
2012-03-29  7:08         ` Clemens Ladisch
2012-03-29 14:02           ` David Alexander
2012-03-30 17:27             ` David Alexander
     [not found]               ` <CACckToX-kqDyM6sFW_9in64cgO5RQekA-J=EEHSXxgsxEuMk=Q@mail.gmail.com>
2012-04-02 17:50                 ` David Alexander
2012-04-03 15:36                   ` David Alexander
2012-04-03 19:20                     ` Clemens Ladisch
2012-04-03 19:37                       ` David Alexander
2012-04-04  4:33                         ` Grant Diffey
2012-04-04 13:49                         ` Clemens Ladisch

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=4F6883F9.4010405@ladisch.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=lidxv0n@gmail.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 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.