mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 18:36:34 +00:00
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>
3 lines
94 B
Makefile
3 lines
94 B
Makefile
snd-hda-ext-core-objs := hdac_ext_bus.o
|
|
|
|
obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o
|