diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2015-06-11 14:11:48 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-06-11 11:59:05 +0200 |
commit | 0b00a5615dc40c3231e4386f08db1d171872c40a (patch) | |
tree | 7f230df0f5540b8a88b8189d971594c8aa80aa6b /sound/hda/ext/Makefile | |
parent | dfe66a18780dab02ccf6e148df4f28f389669c30 (diff) |
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/Makefile | 2 |
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 |