All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Cavey <chris-alsa@rauros.net>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: Grant Diffey <gdiffey@gmail.com>,
	alsa-devel@alsa-project.org, Daniel Mack <zonque@gmail.com>
Subject: Re: M-Audio FastTrack C400
Date: Wed, 18 Apr 2012 22:01:55 -0400	[thread overview]
Message-ID: <4F8F7213.8070206@rauros.net> (raw)
In-Reply-To: <4F8E6CA2.8010005@ladisch.de>

Stood up a new Ubuntu 12.04 VM and built alsa from 1.0.25 with the patch 
listed. I'm using VirtualBox with USB passthrough. This works fine when 
using the device in Win7 so I figured it would serve as good way to test 
the device without mucking around on my desktop.

After "alsa force-reload":

  snd-usb-audio: probe of 1-1:1.1 failed with error -5
  snd-usb-audio: probe of 1-1:1.2 failed with error -5
  snd-usb-audio: probe of 1-1:1.3 failed with error -5

Thoughts?

On 04/18/2012 03:26 AM, Clemens Ladisch wrote:
> Grant Diffey wrote:
>> So this looks reasonably familiar,
>>
>> int0 is DFU
>> int1 is mixer
>> int2 is audio out
>> int3 is audio in
>> int4 is midi
>> int5 is HID
>>
>> Quirk should look like the fast track ultra basically. maybe the mixer is less broken in this device?
> There only one way to find out.  :)
>
> {
> 	USB_DEVICE_VENDOR_SPEC(0x0763, 0x2030),
> 	.driver_info = (unsigned long)&  (const struct snd_usb_audio_quirk) {
> 		/* .vendor_name = "M-Audio", */
> 		/* .product_name = "Fast Track C400", */
> 		.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_AUDIO_STANDARD_INTERFACE,
> 			},
> 			{
> 				.ifnum = 3,
> 				.type = QUIRK_AUDIO_STANDARD_INTERFACE,
> 			},
> 			/* interface 4 (MIDI) is standard compliant */	
> 			{
> 				.ifnum = -1
> 			}
> 		}
> 	}
> },
>
>
> Chris, add this to sound/usb/quirks-table.h and recompile the kernel.
>
>
> Regards,
> Clemens

  reply	other threads:[~2012-04-19  2:02 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17 12:37 M-Audio FastTrack C400 Chris Cavey
     [not found] ` <CACckToXF6yW+GzhzJ3zVBKi3e+thwrpDVnFmMCtjQOqePuixZg@mail.gmail.com>
     [not found]   ` <4F8DF29B.9090907@rauros.net>
2012-04-18  1:12     ` Grant Diffey
2012-04-18  7:26       ` Clemens Ladisch
2012-04-19  2:01         ` Chris Cavey [this message]
2012-04-19  7:58           ` Chris Cavey
2012-04-19  8:53           ` Clemens Ladisch
2012-04-19 10:26             ` Chris Cavey
2012-04-19 11:09               ` Grant Diffey
2012-04-19 11:19                 ` Chris Cavey
     [not found]                   ` <CACckToXHxm0y28ir+HGjE+Wug9PusHdrOeJpb3zQAFgQLjdP5w@mail.gmail.com>
2012-04-19 19:47                     ` Chris Cavey
2012-04-20  7:54             ` Daniel Mack
2012-04-21  1:29               ` Chris Cavey
2012-04-21  8:10                 ` Felix Homann
2012-04-21  8:48                   ` Felix Homann
2012-04-21  9:19                   ` Grant Diffey
2012-04-21 16:07                     ` Chris Cavey
2012-04-29  3:09                     ` Chris Cavey
2012-04-29  6:51                       ` Felix Homann
2012-04-29 13:30                         ` Chris Cavey
2012-05-02 10:05                           ` Felix Homann
2012-05-02 20:44                             ` Chris Cavey
2012-05-03 14:58                               ` Felix Homann
2012-05-04  4:54                                 ` Chris Cavey
2012-05-04  8:26                                   ` Felix Homann
2012-05-04 22:42                                     ` Chris Cavey
2012-05-05  7:05                                       ` Felix Homann
2012-05-09  1:11                                         ` Chris Cavey
2012-05-09  8:33                                           ` Felix Homann
2012-08-18 17:47       ` Mudwalker
2012-11-02 16:11 Raphael Souza

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=4F8F7213.8070206@rauros.net \
    --to=chris-alsa@rauros.net \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=gdiffey@gmail.com \
    --cc=zonque@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.