diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2015-06-11 14:11:47 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-06-11 11:57:54 +0200 |
commit | dfe66a18780dab02ccf6e148df4f28f389669c30 (patch) | |
tree | d541a9945ae1b608cdc45ac20ba3f442cec41c5a /sound/hda/Makefile | |
parent | 27c41dad3a012c5acead1d903d1743297457b69c (diff) |
ALSA: hdac_ext: add extended HDA bus
The new HDA controllers from Intel support new capabilities like
multilink, pipe processing, SPIB, GTS etc In order to use them we
create an extended HDA bus which embed the hdac bus and contains the
fields for extended configurations
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/Makefile')
-rw-r--r-- | sound/hda/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/hda/Makefile b/sound/hda/Makefile index 55dd465c7042..7e999c995cdc 100644 --- a/sound/hda/Makefile +++ b/sound/hda/Makefile @@ -8,3 +8,6 @@ CFLAGS_trace.o := -I$(src) snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o + +#extended hda +obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/ |