From dfe66a18780dab02ccf6e148df4f28f389669c30 Mon Sep 17 00:00:00 2001 From: Jeeja KP Date: Thu, 11 Jun 2015 14:11:47 +0530 Subject: 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 Signed-off-by: Vinod Koul Signed-off-by: Takashi Iwai --- sound/hda/ext/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sound/hda/ext/Makefile (limited to 'sound/hda/ext/Makefile') diff --git a/sound/hda/ext/Makefile b/sound/hda/ext/Makefile new file mode 100644 index 000000000000..2e583e664916 --- /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 -- cgit v1.2.3