diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2017-03-22 13:30:11 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-03-28 12:33:16 +0200 |
commit | 6c3cef4890d072afa2d77371f358abaea54ec134 (patch) | |
tree | d7d0b5d551d3c90079b0358d06e93b35e7441b9b /sound/firewire/Makefile | |
parent | ALSA: au88x0: avoid theoretical uninitialized access (diff) | |
download | linux-6c3cef4890d072afa2d77371f358abaea54ec134.tar.xz linux-6c3cef4890d072afa2d77371f358abaea54ec134.zip |
ALSA: firewire-motu: add skeleton for Mark of the unicorn (MOTU) FireWire series
This commit adds an new driver for MOTU FireWire series. In this commit,
this driver just creates/removes card instance according to bus event.
More functionalities will be added in following commits.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/Makefile')
-rw-r--r-- | sound/firewire/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/Makefile b/sound/firewire/Makefile index 0ee1fb115d88..9388ded69468 100644 --- a/sound/firewire/Makefile +++ b/sound/firewire/Makefile @@ -13,3 +13,4 @@ obj-$(CONFIG_SND_FIREWORKS) += fireworks/ obj-$(CONFIG_SND_BEBOB) += bebob/ obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += digi00x/ obj-$(CONFIG_SND_FIREWIRE_TASCAM) += tascam/ +obj-$(CONFIG_SND_FIREWIRE_MOTU) += motu/ |