aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/Kconfig
diff options
context:
space:
mode:
authorKarsten Wiese <fzu@wemgehoertderstaat.de>2008-07-30 09:13:29 -0400
committerJaroslav Kysela <perex@perex.cz>2008-08-01 07:37:12 -0400
commit030a07e441296c372f946cd4065b5d831d8dc40c (patch)
tree4032eba646f9bf1c6f146adc40b449cf50b59a47 /sound/usb/Kconfig
parent896e6cc20e67038af12e1a7711eef32647e62f23 (diff)
ALSA: Add USB US122L driver
Added a new US122L usb-audio driver. This driver works together with a dedicated alsa-lib plugin. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/usb/Kconfig')
-rw-r--r--sound/usb/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig
index ffcdc8f4ef66..0463b342ec77 100644
--- a/sound/usb/Kconfig
+++ b/sound/usb/Kconfig
@@ -67,5 +67,16 @@ config SND_USB_CAIAQ_INPUT
67 * Native Instruments Kore Controller 2 67 * Native Instruments Kore Controller 2
68 * Native Instruments Audio Kontrol 1 68 * Native Instruments Audio Kontrol 1
69 69
70config SND_USB_US122L
71 tristate "Tascam US-122L USB driver"
72 depends on X86 && EXPERIMENTAL
73 select SND_RAWMIDI
74 help
75 Say Y here to include support for Tascam US-122L USB Audio/MIDI
76 interfaces.
77
78 To compile this driver as a module, choose M here: the module
79 will be called snd-usb-us122l.
80
70endif # SND_USB 81endif # SND_USB
71 82