summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto2014-12-08 16:10:43 +0100
committerTakashi Iwai2014-12-10 10:47:54 +0100
commit3c96101f190020e91d413c5835f7a722fc007923 (patch)
tree00aaf93b5806daa8c1f750e08c1ee50332a96747 /sound/firewire/oxfw/Makefile
parentALSA: oxfw: Change the way to make PCM rules/constraints (diff)
downloadkernel-qcow2-linux-3c96101f190020e91d413c5835f7a722fc007923.tar.gz
kernel-qcow2-linux-3c96101f190020e91d413c5835f7a722fc007923.tar.xz
kernel-qcow2-linux-3c96101f190020e91d413c5835f7a722fc007923.zip
ALSA: oxfw: Add proc interface for debugging purpose
This commit adds proc interface to get information about stream formation. This commit also adds snd_oxfw_stream_get_current_formation() to get current stream formation. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/oxfw/Makefile')
-rw-r--r--sound/firewire/oxfw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/oxfw/Makefile b/sound/firewire/oxfw/Makefile
index b107134d11d5..e9297c638aa1 100644
--- a/sound/firewire/oxfw/Makefile
+++ b/sound/firewire/oxfw/Makefile
@@ -1,2 +1,3 @@
-snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-control.o oxfw-pcm.o oxfw.o
+snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-control.o oxfw-pcm.o \
+ oxfw-proc.o oxfw.o
obj-m += snd-oxfw.o