forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/sound/firewire/fireface/Makefile
....@@ -1,3 +1,5 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 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.o
3
+ ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \
4
+ ff-protocol-latter.o
35 obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o