diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2010-03-01 16:20:37 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2010-03-01 17:02:38 +0100 |
commit | e584bc3cf6865e005bbb4dbabae0bf4b3df59500 (patch) | |
tree | 0ca057d2bee756f70064185ab4aa834cb6418eba /sound/usb/Kconfig | |
parent | 291186e049d7f8178ad31d43c38a53889f25d79e (diff) | |
download | op-kernel-dev-e584bc3cf6865e005bbb4dbabae0bf4b3df59500.zip op-kernel-dev-e584bc3cf6865e005bbb4dbabae0bf4b3df59500.tar.gz |
ALSA: ua101: add Edirol UA-1000 support
Add support for the Edirol UA-1000 to the UA-101 driver.
Both devices behave the same, so we just have to shuffle around some
interface numbers and name strings.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/usb/Kconfig')
-rw-r--r-- | sound/usb/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 8c29258..c570ae3 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig @@ -22,13 +22,13 @@ config SND_USB_AUDIO will be called snd-usb-audio. config SND_USB_UA101 - tristate "Edirol UA-101 driver (EXPERIMENTAL)" + tristate "Edirol UA-101/UA-1000 driver (EXPERIMENTAL)" depends on EXPERIMENTAL select SND_PCM select SND_RAWMIDI help - Say Y here to include support for the Edirol UA-101 audio/MIDI - interface. + Say Y here to include support for the Edirol UA-101 and UA-1000 + audio/MIDI interfaces. To compile this driver as a module, choose M here: the module will be called snd-ua101. |