summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto2014-12-08 16:10:49 +0100
committerTakashi Iwai2014-12-10 10:50:00 +0100
commit8985f4ac1c42bd25799f294f4e87fa73064673c7 (patch)
tree04f57545162b29abfc8a6b0c2d2833721b4bcc78 /sound/firewire/oxfw/Makefile
parentALSA: oxfw: Add support for capture/playback MIDI messages (diff)
downloadkernel-qcow2-linux-8985f4ac1c42bd25799f294f4e87fa73064673c7.tar.gz
kernel-qcow2-linux-8985f4ac1c42bd25799f294f4e87fa73064673c7.tar.xz
kernel-qcow2-linux-8985f4ac1c42bd25799f294f4e87fa73064673c7.zip
ALSA: oxfw: Add hwdep interface
This interface is designed for mixer/control application. 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> 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/oxfw/Makefile b/sound/firewire/oxfw/Makefile
index 3904a302d48e..a926850864f6 100644
--- a/sound/firewire/oxfw/Makefile
+++ b/sound/firewire/oxfw/Makefile
@@ -1,3 +1,3 @@
snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-control.o oxfw-pcm.o \
- oxfw-proc.o oxfw-midi.o oxfw.o
+ oxfw-proc.o oxfw-midi.o oxfw-hwdep.o oxfw.o
obj-m += snd-oxfw.o