From c6d43ba816d1cf1d125bfbfc938f2a28a87facf9 Mon Sep 17 00:00:00 2001 From: Torsten Schenk Date: Mon, 24 Jan 2011 18:45:30 +0100 Subject: ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB What is working: Everything except SPDIF - Hardware Master volume - PCM 44-192kHz@24 bits, 6 channels out, 4 channels in (analog) - MIDI in/out - firmware loading after cold start - phono/line switching Signed-off-by: Torsten Schenk Signed-off-by: Takashi Iwai --- sound/usb/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'sound/usb/Kconfig') diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 112984f..0fefdb4 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig @@ -97,5 +97,21 @@ config SND_USB_US122L To compile this driver as a module, choose M here: the module will be called snd-usb-us122l. +config SND_USB_6FIRE + tristate "TerraTec DMX 6Fire USB" + depends on EXPERIMENTAL + select FW_LOADER + select SND_RAWMIDI + select SND_PCM + help + Say Y here to include support for TerraTec 6fire DMX USB interface. + + You will need firmware files in order to be able to use the device + after it has been coldstarted. This driver currently does not support + firmware loading for all devices. If you own such a device, + you could start windows and let the windows driver upload + the firmware. As long as you do not unplug your device from power, + it should be usable. + endif # SND_USB -- cgit v1.1 From df8d81a32fa0309d64726fc62d83cb70adc899e8 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 1 Sep 2010 16:23:46 +0800 Subject: ALSA: snd-usb-caiaq: Add support for Traktor Audio 2 Signed-off-by: Daniel Mack Signed-off-by: Takashi Iwai --- sound/usb/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/usb/Kconfig') diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 0fefdb4..97724d8 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig @@ -62,6 +62,7 @@ config SND_USB_CAIAQ * Native Instruments Audio 2 DJ * Native Instruments Audio 4 DJ * Native Instruments Audio 8 DJ + * Native Instruments Traktor Audio 2 * Native Instruments Guitar Rig Session I/O * Native Instruments Guitar Rig mobile * Native Instruments Traktor Kontrol X1 -- cgit v1.1