kernel/sound/firewire/fireface/Makefile
.. .. @@ -1,3 +1,5 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \ 2 - ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-ff400.o3 + ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \4 + ff-protocol-latter.o3 5 obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o