summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto2014-11-28 16:59:29 +0100
committerTakashi Iwai2014-11-29 20:22:37 +0100
commit31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5 (patch)
tree4bfee4594141dbead179350c7b666183843bf84d /sound/firewire/oxfw/Makefile
parentALSA: oxfw: Split PCM functionality to a new file (diff)
downloadkernel-qcow2-linux-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.tar.gz
kernel-qcow2-linux-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.tar.xz
kernel-qcow2-linux-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.zip
ALSA: oxfw: Split control functionality to a new file
This is a help for works in followed patches. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> 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 7fb4d09a5f07..0cf48fd87688 100644
--- a/sound/firewire/oxfw/Makefile
+++ b/sound/firewire/oxfw/Makefile
@@ -1,2 +1,2 @@
-snd-oxfw-objs := oxfw-stream.o oxfw-pcm.o oxfw.o
+snd-oxfw-objs := oxfw-stream.o oxfw-control.o oxfw-pcm.o oxfw.o
obj-m += snd-oxfw.o