diff options
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 112984f4080f..97724d8fa9f6 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig | |||
@@ -62,6 +62,7 @@ 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 |
@@ -97,5 +98,21 @@ config SND_USB_US122L | |||
97 | 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 |
98 | will be called snd-usb-us122l. | 99 | will be called snd-usb-us122l. |
99 | 100 | ||
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. | ||
109 | |||
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. | ||
116 | |||
100 | endif # SND_USB | 117 | endif # SND_USB |
101 | 118 | ||