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/ext/Makefile | |
parent | 27c41dad3a012c5acead1d903d1743297457b69c (diff) | |
download | op-kernel-dev-dfe66a18780dab02ccf6e148df4f28f389669c30.zip op-kernel-dev-dfe66a18780dab02ccf6e148df4f28f389669c30.tar.gz |
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/ext/Makefile')
-rw-r--r-- | sound/hda/ext/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/hda/ext/Makefile b/sound/hda/ext/Makefile new file mode 100644 index 0000000..2e583e6 --- /dev/null +++ b/sound/hda/ext/Makefile @@ -0,0 +1,3 @@ +snd-hda-ext-core-objs := hdac_ext_bus.o + +obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o |