summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2017-03-31 22:06:11 +0900
committerTakashi Iwai <tiwai@suse.de>2017-04-05 21:31:49 +0200
commitf656edd5fb33d889561978b81ec2897087c2f4ca (patch)
tree5c023947956c83b1f27326f89a4039b7e24388e7 /sound/firewire/fireface/Makefile
parent4b316436ab2e0b74e4986fc66b7cd7902cfd7054 (diff)
downloadlinux-f656edd5fb33d889561978b81ec2897087c2f4ca.tar.bz2
ALSA: fireface: add hwdep interface
This commit adds hwdep interface so as the other drivers for audio and music units on IEEE 1394 have. This interface is designed for mixer/control applications. By using this interface, an application can get information about firewire node, can lock/unlock kernel streaming and can get notification at starting/stopping kernel streaming. 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 e62693811519..8d6c612a15a0 100644
--- a/sound/firewire/fireface/Makefile
+++ b/sound/firewire/fireface/Makefile
@@ -1,3 +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-stream.o ff-pcm.o ff-hwdep.o
obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o