OSDN Git Service

ALSA: firewire-motu: add skeleton for Mark of the unicorn (MOTU) FireWire series
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 Mar 2017 12:30:11 +0000 (21:30 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Mar 2017 10:33:16 +0000 (12:33 +0200)
commit6c3cef4890d072afa2d77371f358abaea54ec134
treed7d0b5d551d3c90079b0358d06e93b35e7441b9b
parent13f99ebdd602ebdafb909e15ec6ffb1e34690167
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>
sound/firewire/Kconfig
sound/firewire/Makefile
sound/firewire/motu/Makefile [new file with mode: 0644]
sound/firewire/motu/motu.c [new file with mode: 0644]
sound/firewire/motu/motu.h [new file with mode: 0644]