summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2019-01-20 17:25:45 +0900
committerTakashi Iwai <tiwai@suse.de>2019-01-21 15:12:14 +0100
commite199d1eb7f5dbc8e5127af08726a8b6452e2641f (patch)
tree7122444656cf6ce94c9342b39836256970446aac /sound/firewire/fireface/Makefile
parent3bb700e76914fe3a2f5b57704f23df593151521f (diff)
downloadlinux-stable-e199d1eb7f5dbc8e5127af08726a8b6452e2641f.tar.gz
linux-stable-e199d1eb7f5dbc8e5127af08726a8b6452e2641f.tar.bz2
linux-stable-e199d1eb7f5dbc8e5127af08726a8b6452e2641f.zip
ALSA: fireface: rename protocol layer for former models
In a series of Fireface, later model supports different protocol from former models. This commit is a preparation to support both of protocols. 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireface/Makefile b/sound/firewire/fireface/Makefile
index 79a7d6d99d72..3fb586d32584 100644
--- a/sound/firewire/fireface/Makefile
+++ b/sound/firewire/fireface/Makefile
@@ -1,4 +1,4 @@
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-ff800.o
+ ff-protocol-former.o
obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o