summaryrefslogtreecommitdiffstats
path: root/sound/firewire/digi00x/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto2015-09-30 02:39:21 +0200
committerTakashi Iwai2015-09-30 15:36:56 +0200
commit660dd3d52ead45b8e60dcf966daf304de2121a28 (patch)
tree0c2a7adb65ad0651a1a890b1c0e7653da9470f2f /sound/firewire/digi00x/Makefile
parentALSA: firewire-digi00x: add PCM functionality (diff)
downloadkernel-qcow2-linux-660dd3d52ead45b8e60dcf966daf304de2121a28.tar.gz
kernel-qcow2-linux-660dd3d52ead45b8e60dcf966daf304de2121a28.tar.xz
kernel-qcow2-linux-660dd3d52ead45b8e60dcf966daf304de2121a28.zip
ALSA: firewire-digi00x: add hwdep interface
This commit adds hwdep interface so as the other sound drivers for units on IEEE 1394 bus 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/digi00x/Makefile')
-rw-r--r--sound/firewire/digi00x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/digi00x/Makefile b/sound/firewire/digi00x/Makefile
index 3c0ff6fff1f0..5bc3c7780a51 100644
--- a/sound/firewire/digi00x/Makefile
+++ b/sound/firewire/digi00x/Makefile
@@ -1,3 +1,3 @@
snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
- digi00x-pcm.o digi00x.o
+ digi00x-pcm.o digi00x-hwdep.o digi00x.o
obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += snd-firewire-digi00x.o