summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2017-03-31 22:06:05 +0900
committerTakashi Iwai <tiwai@suse.de>2017-04-05 21:31:36 +0200
commitd3fc7aac11dc54f97f4f28c60a489a555529fa1c (patch)
tree36b7226119034eaaa20fdb5c21d84262e2800c96 /sound/firewire/fireface/Makefile
parentff2c293efaf43feb120f6b166891e5eca0cf3ccc (diff)
downloadlinux-stable-d3fc7aac11dc54f97f4f28c60a489a555529fa1c.tar.gz
linux-stable-d3fc7aac11dc54f97f4f28c60a489a555529fa1c.tar.bz2
linux-stable-d3fc7aac11dc54f97f4f28c60a489a555529fa1c.zip
ALSA: fireface: add proc node to help debugging
Drivers can retrieve the state and configuration of clock by read transactions. This commit allows protocol abstraction layer to to dump the information for debugging, via proc interface. 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 8e465e4bd539..e88ff9e2cf47 100644
--- a/sound/firewire/fireface/Makefile
+++ b/sound/firewire/fireface/Makefile
@@ -1,2 +1,2 @@
-snd-fireface-objs := ff.o ff-transaction.o ff-midi.o
+snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o
obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o