aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/tascam/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-10-01 22:02:17 +0900
committerTakashi Iwai <tiwai@suse.de>2015-10-02 18:17:04 +0200
commite5e0c3dd257bf34cf001e10422943f90437f0f1b (patch)
tree3a4dfafb1815f996d9bf0366c2f9b95353a09199 /sound/firewire/tascam/Makefile
parentALSA: firewire-tascam: add PCM functionality (diff)
downloadlinux-dev-e5e0c3dd257bf34cf001e10422943f90437f0f1b.tar.xz
linux-dev-e5e0c3dd257bf34cf001e10422943f90437f0f1b.zip
ALSA: firewire-tascam: add hwdep interface
This commit adds hwdep interface so as the other IEEE 1394 sound devices has. 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/tascam/Makefile')
-rw-r--r--sound/firewire/tascam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/tascam/Makefile b/sound/firewire/tascam/Makefile
index f075b9bb723f..6beefc2ae8b0 100644
--- a/sound/firewire/tascam/Makefile
+++ b/sound/firewire/tascam/Makefile
@@ -1,3 +1,3 @@
snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \
- tascam-pcm.o tascam.o
+ tascam-pcm.o tascam-hwdep.o tascam.o
obj-$(CONFIG_SND_FIREWIRE_TASCAM) += snd-firewire-tascam.o