ALSA: usb-audio - Add quirks for M-Audio Fast Track Pro and Quattro
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 12 Jul 2011 16:13:46 +0000 (18:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 Jul 2011 16:15:45 +0000 (18:15 +0200)
commit0f5733b0c883158b13366ae34b5e4bd52a1ac346
tree254680d4cb0a258d265ea254eac0d7fcf014d561
parent3101ba035ca9ba92f6cec7fd37348646b7a5cb61
ALSA: usb-audio - Add quirks for M-Audio Fast Track Pro and Quattro

This patch gives M-Audio Fast Track Pro and M-Audio Quattro quirks and
endpoints to boot and setup those devices with special options (digital
inputs and outputs, 24 bits mode, etc...). M-Audio Audiophile quirks are
just adapted to match the new global M-Audio parameters.

Special configurations can be then loaded through a modprobe conf file.
For example, to set the 24 bits mode on the Fast Track Pro add
/etc/modprobe.d/fast_track_pro.conf :

    options snd_usb_audio   vid=0x763 pid=0x2012 device_setup=0x08

Here is a list of the possibilities in this example :
http://files.parisson.com/debian/fast-track-pro.conf

Signed-off-by: Guillaume Pellerin <yomguy@parisson.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/endpoint.c
sound/usb/quirks.c