summaryrefslogtreecommitdiffstats
path: root/sound/hda/ext/Makefile
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2015-06-11 14:11:48 +0530
committerTakashi Iwai <tiwai@suse.de>2015-06-11 11:59:05 +0200
commit0b00a5615dc40c3231e4386f08db1d171872c40a (patch)
tree7f230df0f5540b8a88b8189d971594c8aa80aa6b /sound/hda/ext/Makefile
parentdfe66a18780dab02ccf6e148df4f28f389669c30 (diff)
downloadlinux-0b00a5615dc40c3231e4386f08db1d171872c40a.tar.gz
linux-0b00a5615dc40c3231e4386f08db1d171872c40a.tar.bz2
linux-0b00a5615dc40c3231e4386f08db1d171872c40a.zip
ALSA: hdac_ext: add hdac extended controller
The controller needs to support the new capabilities and allow reading, parsing and initializing of these capabilities, so this patch does it 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 2e583e664916..934b7bf5d87f 100644
--- a/sound/hda/ext/Makefile
+++ b/sound/hda/ext/Makefile
@@ -1,3 +1,3 @@
-snd-hda-ext-core-objs := hdac_ext_bus.o
+snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o
obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o