pnfs-obj: report errors and .encode_layoutreturn Implementation.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sound / usb / Kconfig
blob97724d8fa9f689fd5cc863cef980b97cdd8de4a5
1 # ALSA USB drivers
3 menuconfig SND_USB
4         bool "USB sound devices"
5         depends on USB
6         default y
7         help
8           Support for sound devices connected via the USB bus.
10 if SND_USB && USB
12 config SND_USB_AUDIO
13         tristate "USB Audio/MIDI driver"
14         select SND_HWDEP
15         select SND_RAWMIDI
16         select SND_PCM
17         help
18           Say Y here to include support for USB audio and USB MIDI
19           devices.
21           To compile this driver as a module, choose M here: the module
22           will be called snd-usb-audio.
24 config SND_USB_UA101
25         tristate "Edirol UA-101/UA-1000 driver"
26         select SND_PCM
27         select SND_RAWMIDI
28         help
29           Say Y here to include support for the Edirol UA-101 and UA-1000
30           audio/MIDI interfaces.
32           To compile this driver as a module, choose M here: the module
33           will be called snd-ua101.
35 config SND_USB_USX2Y
36         tristate "Tascam US-122, US-224 and US-428 USB driver"
37         depends on X86 || PPC || ALPHA
38         select SND_HWDEP
39         select SND_RAWMIDI
40         select SND_PCM
41         help
42           Say Y here to include support for Tascam USB Audio/MIDI
43           interfaces or controllers US-122, US-224 and US-428.
45           To compile this driver as a module, choose M here: the module
46           will be called snd-usb-usx2y.
48 config SND_USB_CAIAQ
49         tristate "Native Instruments USB audio devices"
50         select SND_HWDEP
51         select SND_RAWMIDI
52         select SND_PCM
53         help
54            Say Y here to include support for caiaq USB audio interfaces,
55            namely:
57             * Native Instruments RigKontrol2
58             * Native Instruments RigKontrol3
59             * Native Instruments Kore Controller
60             * Native Instruments Kore Controller 2
61             * Native Instruments Audio Kontrol 1
62             * Native Instruments Audio 2 DJ
63             * Native Instruments Audio 4 DJ
64             * Native Instruments Audio 8 DJ
65             * Native Instruments Traktor Audio 2
66             * Native Instruments Guitar Rig Session I/O
67             * Native Instruments Guitar Rig mobile
68             * Native Instruments Traktor Kontrol X1
69             * Native Instruments Traktor Kontrol S4
71            To compile this driver as a module, choose M here: the module
72            will be called snd-usb-caiaq.
74 config SND_USB_CAIAQ_INPUT
75         bool "enable input device for controllers"
76         depends on SND_USB_CAIAQ
77         depends on INPUT=y || INPUT=SND_USB_CAIAQ
78         help
79           Say Y here to support input controllers like buttons, knobs,
80           alpha dials and analog pedals on the following products:
82            * Native Instruments RigKontrol2
83            * Native Instruments RigKontrol3
84            * Native Instruments Kore Controller
85            * Native Instruments Kore Controller 2
86            * Native Instruments Audio Kontrol 1
87            * Native Instruments Traktor Kontrol S4
89 config SND_USB_US122L
90         tristate "Tascam US-122L USB driver"
91         depends on X86 && EXPERIMENTAL
92         select SND_HWDEP
93         select SND_RAWMIDI
94         help
95           Say Y here to include support for Tascam US-122L USB Audio/MIDI
96           interfaces.
98           To compile this driver as a module, choose M here: the module
99           will be called snd-usb-us122l.
101 config SND_USB_6FIRE
102         tristate "TerraTec DMX 6Fire USB"
103         depends on EXPERIMENTAL
104         select FW_LOADER
105         select SND_RAWMIDI
106         select SND_PCM
107         help
108           Say Y here to include support for TerraTec 6fire DMX USB interface.
110           You will need firmware files in order to be able to use the device
111           after it has been coldstarted. This driver currently does not support
112           firmware loading for all devices. If you own such a device,
113           you could start windows and let the windows driver upload
114           the firmware. As long as you do not unplug your device from power,
115           it should be usable.
117 endif   # SND_USB