Kazutomo Yoshii wrote:
> I added an entry to quirks-table.h for BR-80 (see below) and recompiled
> the snd-usb-audio module and re-installed the module.
> 
> The capture interface and MIDI seems not working.

As far as I can tell from the descriptors, interface 0 is a control
interface, _IGNORE it.  Interfaces 1 and 2 are PCM; interface 3 is MIDI,
but does not have standard descriptors, so you need to use
a FIXED_ENDPOINT quirk, something like in this patch:
http://git.kernel.org/?p=linux/kernel/git/tiwai/sound-2.6.git;a=commitdiff;h=6a6d822e12db

If you submit the patch for inclusion in ALSA, please add
a Signed-off-by tag (see Documentation/SubmittingPatches).


Regards,
Clemens
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev

Reply via email to