Kconfig (c1f3ee120bb61045b1c0a3ead620d1d65af47130) | Kconfig (89fe5117928b2c1272c9376362131ded561c91ad) |
---|---|
1# ALSA USB drivers 2 | 1# ALSA USB drivers 2 |
3menu "USB devices" 4 depends on SND!=n && USB!=n | 3menuconfig 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. |
5 | 9 |
10if SND_USB && USB 11 |
|
6config SND_USB_AUDIO 7 tristate "USB Audio/MIDI driver" | 12config SND_USB_AUDIO 13 tristate "USB Audio/MIDI driver" |
8 depends on SND && USB | |
9 select SND_HWDEP 10 select SND_RAWMIDI 11 select SND_PCM 12 help 13 Say Y here to include support for USB audio and USB MIDI 14 devices. 15 16 To compile this driver as a module, choose M here: the module 17 will be called snd-usb-audio. 18 19config SND_USB_USX2Y 20 tristate "Tascam US-122, US-224 and US-428 USB 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. 20 21 To compile this driver as a module, choose M here: the module 22 will be called snd-usb-audio. 23 24config SND_USB_USX2Y 25 tristate "Tascam US-122, US-224 and US-428 USB driver" |
21 depends on SND && USB && (X86 || PPC || ALPHA) | 26 depends on X86 || PPC || ALPHA |
22 select SND_HWDEP 23 select SND_RAWMIDI 24 select SND_PCM 25 help 26 Say Y here to include support for Tascam USB Audio/MIDI 27 interfaces or controllers US-122, US-224 and US-428. 28 29 To compile this driver as a module, choose M here: the module 30 will be called snd-usb-usx2y. 31 32config SND_USB_CAIAQ 33 tristate "Native Instruments USB audio devices" | 27 select SND_HWDEP 28 select SND_RAWMIDI 29 select SND_PCM 30 help 31 Say Y here to include support for Tascam USB Audio/MIDI 32 interfaces or controllers US-122, US-224 and US-428. 33 34 To compile this driver as a module, choose M here: the module 35 will be called snd-usb-usx2y. 36 37config SND_USB_CAIAQ 38 tristate "Native Instruments USB audio devices" |
34 depends on SND && USB | |
35 select SND_HWDEP 36 select SND_RAWMIDI 37 select SND_PCM 38 help 39 Say Y here to include support for caiaq USB audio interfaces, 40 namely: 41 42 * Native Instruments RigKontrol2 --- 15 unchanged lines hidden (view full) --- 58 alpha dials and analog pedals on the following products: 59 60 * Native Instruments RigKontrol2 61 * Native Instruments RigKontrol3 62 * Native Instruments Kore Controller 63 * Native Instruments Kore Controller 2 64 * Native Instruments Audio Kontrol 1 65 | 39 select SND_HWDEP 40 select SND_RAWMIDI 41 select SND_PCM 42 help 43 Say Y here to include support for caiaq USB audio interfaces, 44 namely: 45 46 * Native Instruments RigKontrol2 --- 15 unchanged lines hidden (view full) --- 62 alpha dials and analog pedals on the following products: 63 64 * Native Instruments RigKontrol2 65 * Native Instruments RigKontrol3 66 * Native Instruments Kore Controller 67 * Native Instruments Kore Controller 2 68 * Native Instruments Audio Kontrol 1 69 |
66endmenu | 70endif # SND_USB |
67 | 71 |