summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2019-01-20 17:25:46 +0900
committerTakashi Iwai <tiwai@suse.de>2019-01-21 15:12:15 +0100
commit9dd466aca377182b7ea77bc0058c64abba667f90 (patch)
tree16e7a26602f5561e9843d46db9b1cfb859a81556 /sound/firewire/fireface/Makefile
parente199d1eb7f5dbc8e5127af08726a8b6452e2641f (diff)
downloadlinux-9dd466aca377182b7ea77bc0058c64abba667f90.tar.bz2
ALSA: fireface: unify protocol layer for FF400/FF800
This commit moves codes for Fireface 400 to a file of former protocol. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireface/Makefile')
-rw-r--r--sound/firewire/fireface/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/firewire/fireface/Makefile b/sound/firewire/fireface/Makefile
index 3fb586d32584..62eb78962b93 100644
--- a/sound/firewire/fireface/Makefile
+++ b/sound/firewire/fireface/Makefile
@@ -1,4 +1,3 @@
snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \
- ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-ff400.o \
- ff-protocol-former.o
+ ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o
obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o