diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /sound/usb/Kconfig | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'sound/usb/Kconfig')
-rw-r--r-- | sound/usb/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 44d6d2ec964f..8beb77563da2 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig | |||
@@ -62,9 +62,11 @@ config SND_USB_CAIAQ | |||
62 | * Native Instruments Audio 2 DJ | 62 | * Native Instruments Audio 2 DJ |
63 | * Native Instruments Audio 4 DJ | 63 | * Native Instruments Audio 4 DJ |
64 | * Native Instruments Audio 8 DJ | 64 | * Native Instruments Audio 8 DJ |
65 | * Native Instruments Traktor Audio 2 | ||
65 | * Native Instruments Guitar Rig Session I/O | 66 | * Native Instruments Guitar Rig Session I/O |
66 | * Native Instruments Guitar Rig mobile | 67 | * Native Instruments Guitar Rig mobile |
67 | * Native Instruments Traktor Kontrol X1 | 68 | * Native Instruments Traktor Kontrol X1 |
69 | * Native Instruments Traktor Kontrol S4 | ||
68 | 70 | ||
69 | To compile this driver as a module, choose M here: the module | 71 | To compile this driver as a module, choose M here: the module |
70 | will be called snd-usb-caiaq. | 72 | will be called snd-usb-caiaq. |
@@ -82,6 +84,7 @@ config SND_USB_CAIAQ_INPUT | |||
82 | * Native Instruments Kore Controller | 84 | * Native Instruments Kore Controller |
83 | * Native Instruments Kore Controller 2 | 85 | * Native Instruments Kore Controller 2 |
84 | * Native Instruments Audio Kontrol 1 | 86 | * Native Instruments Audio Kontrol 1 |
87 | * Native Instruments Traktor Kontrol S4 | ||
85 | 88 | ||
86 | config SND_USB_US122L | 89 | config SND_USB_US122L |
87 | tristate "Tascam US-122L USB driver" | 90 | tristate "Tascam US-122L USB driver" |
@@ -95,5 +98,19 @@ config SND_USB_US122L | |||
95 | To compile this driver as a module, choose M here: the module | 98 | To compile this driver as a module, choose M here: the module |
96 | will be called snd-usb-us122l. | 99 | will be called snd-usb-us122l. |
97 | 100 | ||
101 | config SND_USB_6FIRE | ||
102 | tristate "TerraTec DMX 6Fire USB" | ||
103 | select FW_LOADER | ||
104 | select BITREVERSE | ||
105 | select SND_RAWMIDI | ||
106 | select SND_PCM | ||
107 | help | ||
108 | Say Y here to include support for TerraTec 6fire DMX USB interface. | ||
109 | |||
110 | You will need firmware files in order to be able to use the device | ||
111 | after it has been coldstarted. An install script for the firmware | ||
112 | and further help can be found at | ||
113 | http://sixfireusb.sourceforge.net | ||
114 | |||
98 | endif # SND_USB | 115 | endif # SND_USB |
99 | 116 | ||