| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA USB drivers | 
 | 2 |  | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 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. | 
 | 9 |  | 
 | 10 | if SND_USB && USB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 |  | 
 | 12 | config SND_USB_AUDIO | 
 | 13 | 	tristate "USB Audio/MIDI driver" | 
| James Courtier-Dutton | 3714b53 | 2005-05-08 22:22:27 +0200 | [diff] [blame] | 14 | 	select SND_HWDEP | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |  | 
| Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 24 | config SND_USB_UA101 | 
| Clemens Ladisch | 306ff3e | 2010-03-22 15:12:07 +0100 | [diff] [blame^] | 25 | 	tristate "Edirol UA-101/UA-1000 driver" | 
| Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 26 | 	select SND_PCM | 
 | 27 | 	select SND_RAWMIDI | 
 | 28 | 	help | 
| Clemens Ladisch | e584bc3 | 2010-03-01 16:20:37 +0100 | [diff] [blame] | 29 | 	  Say Y here to include support for the Edirol UA-101 and UA-1000 | 
 | 30 | 	  audio/MIDI interfaces. | 
| Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 31 |  | 
 | 32 | 	  To compile this driver as a module, choose M here: the module | 
 | 33 | 	  will be called snd-ua101. | 
 | 34 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | config SND_USB_USX2Y | 
 | 36 | 	tristate "Tascam US-122, US-224 and US-428 USB driver" | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 37 | 	depends on X86 || PPC || ALPHA | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. | 
 | 44 |  | 
 | 45 | 	  To compile this driver as a module, choose M here: the module | 
 | 46 | 	  will be called snd-usb-usx2y. | 
 | 47 |  | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 48 | config SND_USB_CAIAQ | 
 | 49 | 	tristate "Native Instruments USB audio devices" | 
| Takashi Iwai | ee6df2e | 2007-11-20 18:32:08 +0100 | [diff] [blame] | 50 | 	select SND_HWDEP | 
 | 51 | 	select SND_RAWMIDI | 
 | 52 | 	select SND_PCM | 
 | 53 | 	help | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 54 | 	   Say Y here to include support for caiaq USB audio interfaces, | 
 | 55 | 	   namely: | 
 | 56 |  | 
 | 57 | 	    * Native Instruments RigKontrol2 | 
| Daniel Mack | ad1e34b | 2007-09-17 14:45:14 +0200 | [diff] [blame] | 58 | 	    * Native Instruments RigKontrol3 | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 59 | 	    * Native Instruments Kore Controller | 
| Daniel Mack | 7829d0e | 2007-11-26 09:00:56 +0100 | [diff] [blame] | 60 | 	    * Native Instruments Kore Controller 2 | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 61 | 	    * Native Instruments Audio Kontrol 1 | 
| Daniel Mack | b30c494 | 2009-07-22 14:13:35 +0200 | [diff] [blame] | 62 | 	    * Native Instruments Audio 2 DJ | 
| Daniel Mack | 2165592 | 2009-01-16 11:03:19 +0100 | [diff] [blame] | 63 | 	    * Native Instruments Audio 4 DJ | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 64 | 	    * Native Instruments Audio 8 DJ | 
| Daniel Mack | 2165592 | 2009-01-16 11:03:19 +0100 | [diff] [blame] | 65 | 	    * Native Instruments Guitar Rig Session I/O | 
 | 66 | 	    * Native Instruments Guitar Rig mobile | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 67 |  | 
 | 68 | 	   To compile this driver as a module, choose M here: the module | 
 | 69 | 	   will be called snd-usb-caiaq. | 
 | 70 |  | 
 | 71 | config SND_USB_CAIAQ_INPUT | 
 | 72 | 	bool "enable input device for controllers" | 
 | 73 | 	depends on SND_USB_CAIAQ | 
| Dmitry Torokhov | e5f73e2 | 2007-11-21 16:47:03 +0100 | [diff] [blame] | 74 | 	depends on INPUT=y || INPUT=SND_USB_CAIAQ | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 75 | 	help | 
 | 76 | 	  Say Y here to support input controllers like buttons, knobs, | 
 | 77 | 	  alpha dials and analog pedals on the following products: | 
 | 78 |  | 
 | 79 | 	   * Native Instruments RigKontrol2 | 
| Daniel Mack | ad1e34b | 2007-09-17 14:45:14 +0200 | [diff] [blame] | 80 | 	   * Native Instruments RigKontrol3 | 
| Daniel Mack | 8e3cd08 | 2007-11-22 11:40:04 +0100 | [diff] [blame] | 81 | 	   * Native Instruments Kore Controller | 
| Daniel Mack | 7829d0e | 2007-11-26 09:00:56 +0100 | [diff] [blame] | 82 | 	   * Native Instruments Kore Controller 2 | 
| Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 83 | 	   * Native Instruments Audio Kontrol 1 | 
 | 84 |  | 
| Karsten Wiese | 030a07e | 2008-07-30 15:13:29 +0200 | [diff] [blame] | 85 | config SND_USB_US122L | 
 | 86 | 	tristate "Tascam US-122L USB driver" | 
 | 87 | 	depends on X86 && EXPERIMENTAL | 
| Randy Dunlap | dc0abf9 | 2008-09-04 20:28:13 -0700 | [diff] [blame] | 88 | 	select SND_HWDEP | 
| Karsten Wiese | 030a07e | 2008-07-30 15:13:29 +0200 | [diff] [blame] | 89 | 	select SND_RAWMIDI | 
 | 90 | 	help | 
 | 91 | 	  Say Y here to include support for Tascam US-122L USB Audio/MIDI | 
 | 92 | 	  interfaces. | 
 | 93 |  | 
 | 94 | 	  To compile this driver as a module, choose M here: the module | 
 | 95 | 	  will be called snd-usb-us122l. | 
 | 96 |  | 
| Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 97 | endif	# SND_USB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 |  |