Skip to content

Commit

Permalink
sound: add Edirol UA-101 support
Browse files Browse the repository at this point in the history
Add experimental support for the Edirol UA-101 audio/MIDI interface.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
cladisch authored and tiwai committed Dec 14, 2009
1 parent 0d64b56 commit 63978ab
Show file tree
Hide file tree
Showing 7 changed files with 1,478 additions and 86 deletions.
7 changes: 7 additions & 0 deletions Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1791,6 +1791,13 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

The power-management is supported.

Module snd-ua101
----------------

Module for the Edirol UA-101 audio/MIDI interface.

This module supports multiple devices, autoprobe and hotplugging.

Module snd-usb-audio
--------------------

Expand Down
12 changes: 12 additions & 0 deletions sound/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ config SND_USB_AUDIO
To compile this driver as a module, choose M here: the module
will be called snd-usb-audio.

config SND_USB_UA101
tristate "Edirol UA-101 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.

To compile this driver as a module, choose M here: the module
will be called snd-ua101.

config SND_USB_USX2Y
tristate "Tascam US-122, US-224 and US-428 USB driver"
depends on X86 || PPC || ALPHA
Expand Down
2 changes: 2 additions & 0 deletions sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

snd-usb-audio-objs := usbaudio.o usbmixer.o
snd-usb-lib-objs := usbmidi.o
snd-ua101-objs := ua101.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o
obj-$(CONFIG_SND_USB_UA101) += snd-ua101.o snd-usb-lib.o
obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o
obj-$(CONFIG_SND_USB_US122L) += snd-usb-lib.o

Expand Down

0 comments on commit 63978ab

Please sign in to comment.