summaryrefslogtreecommitdiff
path: root/sound/hda/ext/Makefile
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2015-06-11 11:41:49 +0300
committerTakashi Iwai <tiwai@suse.de>2015-06-11 12:59:22 +0300
commitdf203a4e46f4cd8cd9f58e926bea462006f9b3a6 (patch)
tree8b11f918530e8419c0c4948bc496db2608799306 /sound/hda/ext/Makefile
parent0b00a5615dc40c3231e4386f08db1d171872c40a (diff)
downloadlinux-df203a4e46f4cd8cd9f58e926bea462006f9b3a6.tar.xz
ALSA: hdac_ext: add extended stream capabilities
Now we have the bus and controller code added to find and initialize the extended capabilities. Now we need to use them in stream code to decouple stream, manage links etc So this patch adds the stream handling code for extended capabilities introduced in preceding patches Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda/ext/Makefile')
-rw-r--r--sound/hda/ext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/ext/Makefile b/sound/hda/ext/Makefile
index 934b7bf5d87f..9b6f641c7777 100644
--- a/sound/hda/ext/Makefile
+++ b/sound/hda/ext/Makefile
@@ -1,3 +1,3 @@
-snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o
+snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o
obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o